Include dependency graph for func.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | halt (void) |
| size_t | strlen (const char *str) |
| int | strncmp (const char *src, const char *dst, size_t len) |
| void | strncpy (char *dest, const char *src, size_t len) |
| __native | atoi (const char *text) |
Variables | |
| atomic_t | haltstate |
Definition in file func.h.
1.4.6