Added segment about the namespace

This commit is contained in:
2018-04-25 04:59:00 -07:00
parent e9fa07b695
commit 012abafa27

View File

@ -3,6 +3,10 @@ devil1geo.h / devil1geo.c
Handles files containing geometry. Handles files containing geometry.
Functions Functions
All functions are static but exposed by a function pointer in a constant
struct called DEVIL1GEO. For example, clients call functions using
DEVIL1GEO.printheader(...);
void printheader(struct Header*); void printheader(struct Header*);
Show attributes and values of a Header for the package. Show attributes and values of a Header for the package.