With clib:
clib install aperezdc/clog#define CLOG_SHORT_MACROS 1
#include "clog.h"
int
main(int argc, char **argv)
{
clog_init(NULL);
cmessage("Message :]");
cinfo("Some info");
cwarning("Some warning");
puts("Normal output");
cdebug("Some debugging");
cerror("Some error");
return EXIT_SUCCESS;
}No LLMs for issues.
No LLMs for pull requests.
No LLMs for comments on the bug tracker, including translation. English is encouraged, but not required. You are welcome to post in your native language and rely on others to have their own translation tools of choice to interpret your words.