util.h 94 B

12
  1. void memory_copy(char *source, char *dest, int nbytes);
  2. void int_to_ascii(int n, char str[]);