We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a1f9 commit e1e7d95Copy full SHA for e1e7d95
.gitignore
@@ -0,0 +1,2 @@
1
+/build/*.o
2
+/build/test_*
convert_all.sh
@@ -0,0 +1,11 @@
+3c -alltypes -warn-root-cause \
+-output-dir=out \
3
+./bn.c \
4
+tests/hand_picked.c \
5
+tests/rsa.c \
6
+tests/factorial.c \
7
+tests/load_cmp.c \
8
+tests/test_div_algo.c \
9
+tests/golden.c \
10
+tests/randomized.c \
11
+-- -Wall -Wextra -I.
0 commit comments