8 lines
68 B
C
8 lines
68 B
C
|
#include <mylib/mylib.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
mylib();
|
||
|
return 0;
|
||
|
}
|