1 #pragma once
2 
3 #include <stddef.h>
4 #include <sys/cdefs.h>
5 
6 __BEGIN_DECLS
7 void *uclibc_morecore(long bytes);
8 __END_DECLS
9