Compiles and tests, but there are still major problems.
This commit is contained in:
parent
3f3b596ff0
commit
492460f37e
6 changed files with 81 additions and 23 deletions
|
|
@ -11,6 +11,9 @@
|
|||
#ifndef __integer_h
|
||||
#define __integer_h
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct cons_pointer make_integer(int64_t value, struct cons_pointer more);
|
||||
|
||||
struct cons_pointer add_integers(struct cons_pointer a,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue