Include dependency graph for func.c:

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 = {0} |
Definition in file func.c.
1.4.6