void *t_resizebytes(char *old, long oldsize, long newsize); void *t_getbytes(long size); void *t_freebytes(void *fatso, long size);