8 lines
57 B
C++
8 lines
57 B
C++
|
|
#include "systemlib.h"
|
|
|
|
int systemlib()
|
|
{
|
|
return 0;
|
|
}
|