Type headers; remove rand vars
This commit is contained in:
parent
2cc3a2678e
commit
ac1dc36559
1 changed files with 2 additions and 7 deletions
|
@ -18,9 +18,8 @@
|
||||||
#define NULL (void *) 0
|
#define NULL (void *) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __need_size_t
|
#include <types/size_t.h>
|
||||||
#define __need_wchar_t
|
#include <types/wchar_t.h>
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#define EXIT_FAILURE 1
|
#define EXIT_FAILURE 1
|
||||||
#define EXIT_SUCCESS 0
|
#define EXIT_SUCCESS 0
|
||||||
|
@ -29,10 +28,6 @@
|
||||||
|
|
||||||
#define MB_CUR_MAX (size_t) 1
|
#define MB_CUR_MAX (size_t) 1
|
||||||
|
|
||||||
int _rand_state[624] = { 0 };
|
|
||||||
unsigned int _rand_seed = 5489;
|
|
||||||
int _rand_index = 625;
|
|
||||||
|
|
||||||
typedef struct _f_div_t {
|
typedef struct _f_div_t {
|
||||||
int quot;
|
int quot;
|
||||||
int rem;
|
int rem;
|
||||||
|
|
Loading…
Reference in a new issue