This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
mifare-classic-editor/include/getSize.h
2023-12-16 03:08:59 -03:00

3 lines
70 B
C

#include <stdio.h>
void getSize(FILE *file, int argc, char *argv[]);