ack/mach/i386/libsys/profil.c
1989-10-10 11:40:55 +00:00

7 lines
116 B
C

profil(buff, bufsiz, offset, scale)
char *buff;
int (*offset)();
{
_profil(buff, bufsiz, offset, scale, 7262);
}