pull/2/head
A. R. Shajii 2021-09-30 16:26:39 -04:00
parent 50bd57fed6
commit 5e143ecbde
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ print log(5.5) #: 1.70475
#%% import_c_dylib,barebones
from internal.dlopen import dlext
RT = "./libseqrt." + dlext()
RT = "./libcodonrt." + dlext()
from C import RT.seq_str_int(int) -> str as sp
print sp(65) #: 65