Files
rosetta/lib/ulibc/include/unistd.h

9 lines
105 B
C
Raw Normal View History

2026-02-19 19:28:50 +00:00
#ifndef UNISTD_H_
#define UNISTD_H_
#include <stdint.h>
extern void *sbrk(intptr_t increment);
#endif