Skip to content

Commit 0d5b3d0

Browse files
committed
biggerint
Signed-off-by: Davide Bettio <davide@uninstall.it>
1 parent 0d64504 commit 0d5b3d0

File tree

3 files changed

+724
-0
lines changed

3 files changed

+724
-0
lines changed

src/libAtomVM/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ set(HEADER_FILES
2727
atom_table.h
2828
avmpack.h
2929
bif.h
30+
intn.h
3031
bitstring.h
3132
context.h
3233
debug.h
@@ -78,6 +79,7 @@ set(SOURCE_FILES
7879
atom_table.c
7980
avmpack.c
8081
bif.c
82+
intn.c
8183
bitstring.c
8284
context.c
8385
debug.c

0 commit comments

Comments
 (0)