ack/mach/i386/libsys/profil.c
1990-01-22 11:01:47 +00:00

9 lines
135 B
C

char *_syspc;
profil(buff, bufsiz, offset, scale)
char *buff;
int (*offset)();
{
_xprofil(buff, bufsiz, offset, scale, &_syspc);
}