Mostly fixing and standardising documentation.
This commit is contained in:
parent
0f8bc990f2
commit
22fa7314d6
24 changed files with 770 additions and 503 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* integer.h
|
||||
*
|
||||
* functions for integer cells.
|
||||
|
|
@ -13,9 +13,6 @@
|
|||
|
||||
long double numeric_value( struct cons_pointer pointer );
|
||||
|
||||
/**
|
||||
* Allocate an integer cell representing this value and return a cons pointer to it.
|
||||
*/
|
||||
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