6 lines
62 B
C
6 lines
62 B
C
|
extern int Stub(void);
|
||
|
int StubUse(void)
|
||
|
{
|
||
|
return Stub();
|
||
|
}
|