mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
big: Move _mul private functions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user