opt.h
1 2 #include "typer.h" 3 4 typedef enum { 5 FLAG_LEARN_MODE = 1 << 0, 6 FLAG_FILE = 1 << 1, 7 FLAG_TIME = 1 << 2 8 } Flag; 9 10 int set_flags(State * state, int argc, const char * argv[]);
typieMinimal typing practice tool. | |
| git clone https://git.y1.nz/archives/typie.tar.gz | |
| README | Files | Log | Refs | LICENSE |
opt.h
1 2 #include "typer.h" 3 4 typedef enum { 5 FLAG_LEARN_MODE = 1 << 0, 6 FLAG_FILE = 1 << 1, 7 FLAG_TIME = 1 << 2 8 } Flag; 9 10 int set_flags(State * state, int argc, const char * argv[]);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.