- Added first file descriptions.
This commit is contained in:
parent
e26d97bf2b
commit
85a470abe2
@ -1,5 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* @file runs.c Originally contained only procedures related to runs, but has grown
|
* @file runs.c
|
||||||
|
* \brief run related logic.
|
||||||
|
*
|
||||||
|
* Originally contained only procedures related to runs, but has grown
|
||||||
* somewhat over time.
|
* somewhat over time.
|
||||||
*/
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* @file terms.c
|
||||||
|
* \brief Term related base functions.
|
||||||
|
*
|
||||||
|
* Intended to be a standalone file, however during development it turned out that a termlist structure was needed
|
||||||
|
* to define term types, so there is now a dependency loop with termlists.c.
|
||||||
|
*/
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user