#include "csr.h"#include <stdint.h>#include "../msg.c"#include "../stdlib/alloc.c"Functions | |
| nps_csr_t * | nps_csr_alloc (s8_t rAlloc, s8_t bufAlloc) |
| void | nps_csr_realloc_rows (nps_csr_t *o, s8_t sz) |
| void | nps_csr_realloc_vals (nps_csr_t *o, s8_t sz) |
| void | nps_csr_free (nps_csr_t *o) |
| nps_csr_t* nps_csr_alloc | ( | s8_t | rAlloc, | |
| s8_t | bufAlloc | |||
| ) |
| void nps_csr_free | ( | nps_csr_t * | o | ) |
| void nps_csr_realloc_rows | ( | nps_csr_t * | o, | |
| s8_t | sz | |||
| ) |
| void nps_csr_realloc_vals | ( | nps_csr_t * | o, | |
| s8_t | sz | |||
| ) |
1.6.3