ack/mach/i386/libsys/profil.c

9 lines
135 B
C
Raw Normal View History

1990-01-22 11:01:47 +00:00
char *_syspc;
1989-10-10 11:40:55 +00:00
profil(buff, bufsiz, offset, scale)
char *buff;
int (*offset)();
{
1990-01-22 11:01:47 +00:00
_xprofil(buff, bufsiz, offset, scale, &_syspc);
1989-10-10 11:40:55 +00:00
}