11 lines
64 B
C
11 lines
64 B
C
|
#ifndef _CALL_H
|
||
|
#define _CALL_H
|
||
|
|
||
|
|
||
|
int call(faddr *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|
||
|
|