![]() |
NEURON
|
#include <errno.h>#include <stddef.h>#include <stdlib.h>#include <unistd.h>#include <_syslist.h>#include <reent.h>Go to the source code of this file.
Functions | |
| int | _system_r (ptr, s) struct _reent *ptr |
| int | system (s) _CONST char *s |
Variables | |
| _CONST char * | s |
| errno = ENOSYS | |
| return | |
| errno = ENOSYS |
Definition at line 98 of file system.cpp.
| return |
Definition at line 99 of file system.cpp.
| _CONST char* s |
Definition at line 74 of file system.cpp.