|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <errno.h>#include <kernel/ipc/note.h>#include <stdio.h>#include <string.h>#include <sys/fs.h>#include <sys/proc.h>#include <time.h>Go to the source code of this file.
Macros | |
| #define | BUFFER_MAX 0x1000 |
Functions | |
| void | note_handler (char *note) |
| int | main (int argc, char **argv) |
| void note_handler | ( | char * | note | ) |