mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-03 17:08:31 +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);
|