...
include "cosmodiumcs.h"
gcc -o main main.c -L. -lcosmodiumcs
Input:
// debugging & logging example
ccs_confirm("Access granted");
ccs_deny("Permission denied");
ccs_error("Wrong password, try again");
ccs_info("Created by : bluecosmo");
ccs_input("Enter your name");
ccs_pending("Connecting");
ccs_warning("User activity is being logged");
Output:
[+] Access granted
[-] Permission denied
[!] ERROR : Wrong password, try again
[$] Created by : bluecosmo
[~] Enter your name :
[*] Connecting...
[!] User activity is being logged