#8: compiles, but most tests fail.
This commit is contained in:
parent
e7ef82d23f
commit
b6958bbf65
9 changed files with 1360 additions and 16 deletions
|
|
@ -667,6 +667,8 @@ struct cons_pointer c_car( struct cons_pointer arg );
|
|||
|
||||
struct cons_pointer c_cdr( struct cons_pointer arg );
|
||||
|
||||
int c_length( struct cons_pointer arg);
|
||||
|
||||
struct cons_pointer make_cons( struct cons_pointer car,
|
||||
struct cons_pointer cdr );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue