Files
rosetta/lib/ulibc/include/unistd.h
2026-02-19 19:28:50 +00:00

9 lines
105 B
C

#ifndef UNISTD_H_
#define UNISTD_H_
#include <stdint.h>
extern void *sbrk(intptr_t increment);
#endif