Skip to content

Oblivious-Oblivious/EmeraldsBool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmeraldsBool

A simplistic boolean data type

Installation

em build lib

Usage

#include "EmeraldsBool.h"

int main(void) {
  bool value = true;
  bool fvalue = false;
  if(value) {
    if(!fvalue) {
      printf("%s\n", "42");
    }
  }
}

Development

Contributing

  1. Fork it (https://github.com/Oblivious-Oblivious/EmeraldsBool/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A simplistic boolean data type.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages