changes in README and minor stylistic changes
removed enum and organized flags as defines; fixed sort_chars cmp functions
fixed cstring_ends_with_string possible bug but cstring_substr should be avoided ideally
man: changed to BSD style
improved style, made indentation 8 spaces
added more tests and test Makefile, fixed cstring_erase
fixed cstring_replace_str and cstring_sort_partial, still pending cstring_erase fix
added LICENSE and updated Makefile
updated docs, still pending ersase fix, improved flag handling
added data function, added static inline declarations, still pending erase fix
updated manpage, added sort functions, pending erase bug fixes
push_back bug fixed (probably), pending erase and assign function bug fixes, pending cstring_move implementation
added debug mode and macros, still pending push_back/resize fix