[NEW] feof(), freadw(), fwritew()
This commit is contained in:
3
mini.h
3
mini.h
@@ -232,14 +232,17 @@ uint8_t ascii(const char *str, uint8_t index);
|
||||
|
||||
void fopen(const char *filename, uint8_t mode=0);
|
||||
void fclose();
|
||||
bool feof();
|
||||
|
||||
void fwritei(int value);
|
||||
void fwrited(float value);
|
||||
void fwrites(const char *value);
|
||||
void fwritew(const char *value);
|
||||
void fwriteb(bool value);
|
||||
void fwriteln();
|
||||
|
||||
int freadi();
|
||||
float freadd();
|
||||
const char *freads();
|
||||
const char *freadw();
|
||||
bool freadb();
|
||||
|
||||
Reference in New Issue
Block a user