Eric Pruitt
Eric Pruitt
Add a notice explaining the project is no longer maintained in hopes of staving off people contacting me about this long-dead project.
In my filesystem, I want to be able to differentiate between operations that take place on different file descriptors, but since the I/O operations only include the path, I don't...
Declare the set result types enums instead of "#define" states to make it more idiomatic and, for the set_cmp function, to make it possible for compilers to warn about unhandled...
For *NIX systems, "int" is only guaranteed to be 16 bits wide. It's typically 32 bits, but I think that still poses a practical problem. If "int" is equivalent to...