Wrote documentation for devil1geo.getheader()

This commit is contained in:
_ 2018-05-19 17:54:04 -07:00
parent ee9644b5d1
commit 45a07283e7

View File

@ -35,6 +35,17 @@ Functions
unsigned int, for quantity of coordinates to be printed.
bool getheader(struct Header**, const char*);
Retrieves the header for a geometry package.
input:
Pointer of a pointer to struct Header.
Pass by reference of a pointer to the function.
The pointer of Header can be NULL and will be set to point to
a region in the buffer.
const char*, file data
Can not be NULL.
bool getmeshheader(struct MeshHeader**,
unsigned int,