initial version

This commit is contained in:
ceriel
1989-10-10 11:40:55 +00:00
parent 010bade227
commit 48252cc673
74 changed files with 719 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
profil(buff, bufsiz, offset, scale)
char *buff;
int (*offset)();
{
_profil(buff, bufsiz, offset, scale, 7262);
}