7 lines
55 B
C++
Raw Normal View History

2011-01-16 11:35:12 +01:00
#include "mylib.h"
int main()
{
mylib_function();
}