![]() |
Contiki-NG
|
Files | |
| file | syscalls.c |
| System calls. | |
Functions | |
| caddr_t | _sbrk (int incr) |
| Enlarges the allocated heap space. | |
Library providing generic implementations of Newlib features for Contiki
| caddr_t _sbrk | ( | int | incr | ) |
Enlarges the allocated heap space.
| incr | Number of bytes by which to increase the heap space |
incr is positive), or (caddr_t)-1 with errno set to ENOMEM on error Definition at line 63 of file syscalls.c.