int max(int a, int b); void *mymalloc(int size); void myfree(void *ptr);