NEURON
system.cpp File Reference
#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
 

Function Documentation

◆ _system_r()

int _system_r ( ptr  ,
s   
)

◆ system()

int system ( s  )

Variable Documentation

◆ errno

errno = ENOSYS

Definition at line 98 of file system.cpp.

◆ return

return

Definition at line 99 of file system.cpp.

◆ s

_CONST char* s

Definition at line 74 of file system.cpp.