Added a hacky definition of MB_CUR_MAX.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-11 20:49:50 +01:00
parent 4ad0d360da
commit d033a58b10
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ __BEGIN_DECLS
/* TODO: This random interface is stupid. What should a good value be? */
#define RAND_MAX 32767
/* TODO: MB_CUR_MAX is missing here */
/* TODO: This is just a value. It's not a compile time constant! */
#define MB_CUR_MAX 16
/* TODO: div_t, ldiv_t, and lldiv_t is missing here */
typedef int div_t, ldiv_t, lldiv_t;