Mercurial Hosting > harelet
comparison basedfilelib.h @ 19:8fe0b5711413
Added BasedTremGrx and Dvorak
| author | VilyaemKenyaz |
|---|---|
| date | Wed, 27 Sep 2023 01:47:28 -0400 |
| parents | 1b0ebe86b44c |
| children |
comparison
equal
deleted
inserted
replaced
| 18:7bf25e90a1de | 19:8fe0b5711413 |
|---|---|
| 1 // Based File Library | 1 /********************************************* |
| 2 // | 2 * Description - BasedFileLib makes file I/O less like *nix and more like |
| 3 // Makes File I/O two functions, more like TempleOS, instead of *nix. | 3 * TempleOS |
| 4 * Author - William King | |
| 5 * Date - Sep 25 2023 | |
| 6 * *******************************************/ | |
| 4 | 7 |
| 5 #define MAX_LINES 100000 | 8 #define MAX_LINES 100000 |
| 6 #define MAXLENGTH 512 | 9 #define MAXLENGTH 512 |
| 7 | 10 |
| 8 char* ReadFile(const char* fileName) { | 11 char* ReadFile(const char* fileName) { |
