got rid of ofs
[tridge/junkcode.git] / web / genstruct.txt
1 genstruct is a system for building marshalling/unmarshalling functions
2 for C. It parses C header files to generate an internal table
3 describing the data structures, and can then use this table to
4 linearise a complex data structure at runtime into a string, or
5 convert a string back into a data structure.
6
7 {{! echo "$DIR_SOURCE" }}