mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
9 lines
249 B
C
9 lines
249 B
C
#ifndef LIBC_ISYSTEM_STDLIB_H_
|
|
#define LIBC_ISYSTEM_STDLIB_H_
|
|
#include "libc/conv/conv.h"
|
|
#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
|