Added entry points for ANSI C
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
char *_syspc;
|
||||
|
||||
profil(buff, bufsiz, offset, scale)
|
||||
char *buff;
|
||||
int (*offset)();
|
||||
{
|
||||
_profil(buff, bufsiz, offset, scale, 7262);
|
||||
_xprofil(buff, bufsiz, offset, scale, &_syspc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user