1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
This commit is contained in:
A. R. Shajii 2021-09-30 16:26:39 -04:00
parent 50bd57fed6
commit 5e143ecbde

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