freebsd_amp_hwpstate/lib/libgnumalloc/cfree.c

6 lines
38 B
C

void
cfree(void *foo)
{
free(foo);
}