C-- Functions in C
A library of C-- functions for the C language.
C on steroids. Mascot — Wolf. 🐺
cmm_say/cmm_say_bang— text outputcmm_strlen,cmm_strupper,cmm_strlower— string functionscmm_strfind,cmm_strdel— search and deletecmm_term_color— colored outputcmm_term_input_with— masked input (passwords!)cmm_say_work— updatable outputcmm_mem_alloc— memory management- And much more!
#include "cmm.h"
int main() {
cmm_say_bang("Hello, World!");
return 0;
}gcc main.c cmm.c -o program
./programAndrey, 10 years old. Creator of the C-- lang.
MIT