Go to the source code of this file.
Classes | |
| struct | call |
Defines | |
| #define | _calls_h_ 1 |
Typedefs | |
| typedef void(* | FUNC )(void *) |
| typedef call | CALL |
Functions | |
| void | calls_add (CALL **head, FUNC fp, void *arg) |
| void | calls_exec (CALL **head, FUNC fp, void *arg) |
| void | calls_delete (CALL **head, FUNC fp, void *arg) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.4