9 lines
70 B
C
9 lines
70 B
C
|
#include "mylib.h"
|
||
|
|
||
|
int main (void)
|
||
|
{
|
||
|
mylib_func ();
|
||
|
|
||
|
return 0;
|
||
|
}
|