2020-06-15 14:18:57 +00:00
|
|
|
#ifndef LIBC_ISYSTEM_STDLIB_H_
|
|
|
|
#define LIBC_ISYSTEM_STDLIB_H_
|
2020-12-09 23:04:54 +00:00
|
|
|
#include "libc/fmt/conv.h"
|
2020-06-15 14:18:57 +00:00
|
|
|
#include "libc/mem/mem.h"
|
|
|
|
#include "libc/rand/rand.h"
|
|
|
|
#include "libc/runtime/runtime.h"
|
|
|
|
#include "libc/stdio/temp.h"
|
|
|
|
#include "libc/sysv/consts/exit.h"
|
|
|
|
#endif
|