beremiz
Clone
Summary
Browse
Changes
Graph
Added <string.h> to plc_main_head.c to avoid warnings.
2014-01-28, Edouard Tisserant
f6818bb5e292
Added
to plc_main_head.c to avoid warnings.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")