Restandardised formatting.
This commit is contained in:
parent
93d4bd14a0
commit
b0a49fb71d
29 changed files with 1861 additions and 1604 deletions
|
|
@ -685,7 +685,7 @@ 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);
|
||||
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