9 lines
83 B
C++
9 lines
83 B
C++
#include "iface.h"
|
|
int main()
|
|
{
|
|
#ifdef CFG_ONE
|
|
iface_src();
|
|
#endif
|
|
return 0;
|
|
}
|