7 lines
70 B
C
7 lines
70 B
C
void libfunc(void);
|
|
|
|
int
|
|
main(int argc, char *argv[])
|
|
{
|
|
libfunc();
|
|
}
|