(nbio_stdio.c) Expand modes

This commit is contained in:
twinaphex 2015-03-18 04:40:10 +01:00
parent c6d0e4ec51
commit 4b1bdac62c

View File

@ -19,7 +19,7 @@ struct nbio_t
signed char mode;
};
static const char * modes[]={ "rb", "wb", "r+b" };
static const char * modes[]={ "rb", "wb", "r+b", "rb", "wb", "r+b" };
struct nbio_t* nbio_open(const char * filename, unsigned mode)
{