Commit Graph

6 Commits

Author SHA1 Message Date
Diogo Cordeiro
d4528b8334 Fixed typo on cfulist_delete_data documentation
The return type should be in curly brackets
2018-06-07 23:38:48 +01:00
Diogo Cordeiro
b4faaca915 Add cfulist_delete_data
It is important to let the programmer remove a node from the linked list, as it is a very common operation.
2018-05-22 16:16:15 +01:00
Matthew Brush
5b2f19e1c4 Fix some wrong formatting characters for size_t
The '%lu' isn't stricly right either, but now this commit can be
referred to find locations to fix with the more correct '%zu' or
'PRIuMAX' or whatever is the right thing to use.
2013-03-04 02:46:04 -08:00
Matthew Brush
1a19591a67 Start fixing up the build system 2013-03-04 01:57:54 -08:00
Matthew Brush
bd619f4226 Cleanup built files from initial commit
Add myself to AUTHORS.
There might still be generated files in the doc dir but I don't
know enough about that setup yet to start deleting files.
2013-03-04 01:46:56 -08:00
Matthew Brush
f660e3460a Initial commit
All of the files from the tarball downloaded from SourceForge are
being checked in so there's a record of the changes made compared
to it (since I can't find the libcfu source repository). The
generated files will be removed in the following commit.
2013-03-04 01:40:58 -08:00