big: Move _mul private functions.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 6298226238
commit e288a563e1
4 changed files with 257 additions and 229 deletions
+5 -5
View File
@@ -96,11 +96,11 @@ class Error(Enum):
# Set up exported procedures
#
try:
l = cdll.LoadLibrary(LIB_PATH)
except:
print("Couldn't find or load " + LIB_PATH + ".")
exit(1)
# try:
l = cdll.LoadLibrary(LIB_PATH)
# except:
# print("Couldn't find or load " + LIB_PATH + ".")
# exit(1)
def load(export_name, args, res):
export_name.argtypes = args