home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
make
/
icmake-6.000
/
icmake-6
/
icmake
/
un
/
funcallr.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-08
|
369 b
|
19 lines
#include "icmun.h"
void fun_call_rss ()
{
char
funnr;
funnr = (char) getopcode (infile);
dumpchar (funnr);
if (funnr >= f_hlt)
error ("non-existing function call\n"
"attempt to call function %x, %x are defined",
funnr, f_hlt);
printf ("callrss %u (%s)\n", (unsigned) funnr, funname [ (int) funnr]);
}