mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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);
|