Skip to content

CosmodiumCS/libcosmodiumcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcosmodiumcs

Install

...

Use

include "cosmodiumcs.h"

Compile

gcc -o main main.c -L. -lcosmodiumcs

Debugging Style Guide

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published