|
krnl
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | NEXT(x, y, z) return ((void *)x) |
Typedefs | |
| typedef void * | void |
Functions | |
| void * | led_on () |
| void * | led_off () |
| void * | led_save () |
| void * | pause () |
| void * | jens () |
| void | main () |
Variables | |
| pF | statefunc = led_on |
| pF | oldfunc = NULL |
| void * jens | ( | ) |
| void * led_off | ( | ) |
| void * led_on | ( | ) |
| void * led_save | ( | ) |
Definition at line 65 of file sm.c.
References jens(), led_off(), led_on(), led_save(), and NEXT.
Referenced by led_off(), and led_save().


| void pause | ( | ) |
1.8.17