libcmdf icon indicating copy to clipboard operation
libcmdf copied to clipboard

Single-header library for writing CLI applications in C/C++

Results 2 libcmdf issues
Sort by recently updated
recently updated
newest added

I would like to point out that a prefix like “[`cmdf__`](https://github.com/ronen25/libcmdf/blob/3c845325a4439eb3581853e812849151abaefade/libcmdf.h#L130 "Update candidate")” [does eventually not fit](https://wiki.sei.cmu.edu/confluence/display/cplusplus/DCL51-CPP.+Do+not+declare+or+define+a+reserved+identifier "Do not declare an identifier which is reserved for the compiler implementation.") to...

Would you like to add more error handling for return values from functions like the following? * [fprintf](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html "Print formatted output") ⇒ [cmdf__print_title](https://github.com/ronen25/libcmdf/blob/3c845325a4439eb3581853e812849151abaefade/libcmdf.h#L298) * [fputc](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fputc.html "Put a byte on a...