18#include <FreeNOS/User.h>
Result
Enumeration of generic kernel API result codes.
API::Result ProcessCtl(const ProcessID proc, const ProcessOperation op, const Address addr=0, const Address output=0)
Prototype for user applications.
C int errno
The lvalue errno is used by many functions to return error values.
#define SIGTERM
Termination request.
#define EXIT_FAILURE
Unsuccessful termination.
ProcessID pid_t
Used for process IDs and process group IDs.
#define ENOTSUP
Not supported (may be the same value as [EOPNOTSUPP]).
C int kill(pid_t pid, int sig)
Send a signal to a process or a group of processes.
#define C
Used to define external C functions.