#include "config/compiler.h"

Go to the source code of this file.
Functions | |
| void | free_nstat (void) |
| void | init_nstat (int n) |
| void | nstat_clearFailed (int idx) |
| void | nstat_clearLost (int idx) |
| void | nstat_clearReached (int idx) |
| char | nstat_get_byte (int idx) |
| unsigned char | nstat_get_val (int idx) |
| int | nstat_hasFailed (int idx) |
| int | nstat_isLost (int idx) |
| int | nstat_isReached (int idx) |
| void | nstat_set_byte (int idx, char val) |
| void | nstat_set_val (int idx, unsigned char id) |
| void | nstat_setFailed (int idx) |
| void | nstat_setLost (int idx) |
| void | nstat_setReached (int idx) |
| void free_nstat | ( | void | ) |
| void init_nstat | ( | int | n | ) |
| void nstat_clearFailed | ( | int | idx | ) |
| void nstat_clearLost | ( | int | idx | ) |
| void nstat_clearReached | ( | int | idx | ) |
| char nstat_get_byte | ( | int | idx | ) |
| unsigned char nstat_get_val | ( | int | idx | ) |
| int nstat_hasFailed | ( | int | idx | ) |
| int nstat_isLost | ( | int | idx | ) |
| int nstat_isReached | ( | int | idx | ) |
| void nstat_set_byte | ( | int | idx, |
| char | val | ||
| ) |
| void nstat_set_val | ( | int | idx, |
| unsigned char | id | ||
| ) |
| void nstat_setFailed | ( | int | idx | ) |
| void nstat_setLost | ( | int | idx | ) |
| void nstat_setReached | ( | int | idx | ) |