PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
main.c File Reference
#include <errno.h>
#include <kernel/ipc/note.h>
#include <stdio.h>
#include <string.h>
#include <sys/io.h>
#include <sys/proc.h>
#include <time.h>
Include dependency graph for main.c:

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)
 

Macro Definition Documentation

◆ BUFFER_MAX

#define BUFFER_MAX   0x1000

Definition at line 9 of file main.c.

Function Documentation

◆ note_handler()

void note_handler ( char note)

Definition at line 11 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 19 of file main.c.

Here is the call graph for this function: