ack/mach/xenix3/libsys/profil.c

7 lines
116 B
C
Raw Normal View History

1987-10-06 16:39:14 +00:00
profil(buff, bufsiz, offset, scale)
char *buff;
int (*offset)();
{
_profil(buff, bufsiz, offset, scale, 7262);
}