So now I have "more or less compilable Felix" bindings to all of Posix.
It remains to do the ugly and hard bit: define the types,
and figure out the storage and access structure.
There is a "bug" in Felix that needs to be addressed. Since we don't have
a bug tracker at the moment, a note here:
AF
I have found a way to compile, somewhat laboriously,
a complete list of all Posix functions (data types is another story ok? :)
Basically cut and paste from Open Group docs with some munging.
I'll use some mechanical rules to get a complete low level Felix API out of
this.
Now, the issue that int