mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-25 21:26:41 +08:00
5 lines
77 B
C
5 lines
77 B
C
|
|
void dump_int (int i);
|
|
void dump_long (long l);
|
|
void dump_string (char *s);
|