mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
1fc91f3580
Both packages had nearly identical dependency requirements, so merging them should help reduce the complexity of the build graph.
9 lines
248 B
C
9 lines
248 B
C
#ifndef LIBC_ISYSTEM_STDLIB_H_
|
|
#define LIBC_ISYSTEM_STDLIB_H_
|
|
#include "libc/fmt/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
|