Skip to content

c-sdk/status_type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

status_type

Warning

Still in development.

Instead of using the bool type, use status.

enum status_t something() {
   return ok_t;
}

if (status_is_ok(something()) {
  printf("meh\n");
}

unlicense

Unlicense

About

Instead of using bool, use status.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages