← Back to team overview

modred team mailing list archive

Include headers

 

I've started working on the headers that C programs can access. We
should create the POSIX headers after creating native modred headers,
since they'll likely have several includes (like including the math
libraries).

The headers are in /include/c of the repo. An explanation is in README
there. Try to maintain good documentation, generated with doxygen.

Question: what stuff should our math headers support, and what other
general (non-memoryalloc, i/o type stuff) headers should we have?  I
guess data structures, but what else? What sorts of algorithms are
there that could possibly be of use? (Yes, by the way, I'm
deliberately implementing stuff that's generally implemented in the
STL in C. I think that's appropriate, and should have been done long
ago?)

It'd be nice if the functionality our headers/libraries had was
significantly superior to the standard UNIX equivalents.

-- 
Scott Lawrence

Webmaster
The Blair Robot Project
Montgomery Blair High School



Follow ups