Definition in file machine.cpp.
Go to the source code of this file.
Functions | |
| int | exec (char *format,...) |
| int | recvx (machine *dst, char *from, void *str, unsigned int len) |
| void | sendx (machine *src, char *to, void *str, unsigned int len) |
Variables | |
| char | path [1024] = "/usr/bin" |
| char | tmpdir [1024] = "/tmp" |