|
| file | atomic.c |
| | Provide a set of basic & advanced atomic operations.
|
| |
| file | c_compat.c |
| | Solve incompatibilities between the major platforms.
|
| |
| file | datatype.c |
| | Basic types.
|
| |
| file | decodeargs.c |
| | Interpretation of program arguments.
|
| |
| file | dynmem.c |
| | Dynamic memory management & checking.
|
| |
| file | elementary_instr.c |
| | Additional low-level functions.
|
| |
| file | hash.c |
| | Hash tables (and prime numbers).
|
| |
| file | ini_fini.c |
| | Initialisation and termination.
|
| |
| file | keyset.c |
| | Key-sets.
|
| |
| file | msg.c |
| | Message and error processing.
|
| |
| file | path_parse.c |
| | Elementary path parsing.
|
| |
| file | sig_handler.c |
| | signal handling
|
| |
| file | spr_oo.c |
| | Provide the object oriented layer for the SPRAAK environment.
|
| |
| file | srm.c |
| | Shared Resource Management.
|
| |
| file | str_parse.c |
| | Elementary string parsing.
|
| |
| file | stream.c |
| | Unified data IO.
|
| |
| file | utf8.c |
| | Handling of UTF-8 encoded data.
|
| |