1
0
Fork 0
i237/src/print_helper.h

8 lines
197 B
C
Raw Normal View History

2016-09-26 17:33:02 +03:00
#ifndef _PRINT_HELPER_H_
#define _PRINT_HELPER_H_
int print_ascii_tbl (FILE *stream);
int print_for_human (FILE *stream, const unsigned char *array, const int len);
#endif /* _PRINT_HELPER_H_ */