|
ocssw
V2022
|
freearray.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| void | freeArrayd (double **a, int32_t m) |
| void | freeArrayf (float **a, int32_t m) |
Function Documentation
◆ freeArrayd()
| void freeArrayd | ( | double ** | a, |
| int32_t | m | ||
| ) |
Definition at line 2 of file freearray.h.
◆ freeArrayf()
| void freeArrayf | ( | float ** | a, |
| int32_t | m | ||
| ) |
Definition at line 10 of file freearray.h.


