|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include <stddef.h>

Go to the source code of this file.
Data Structures | |
| struct | myarr |
| A struct to hold an array of integers or an array of doubles, along with the length of the arrays. More... | |
Functions | |
| void | freemyarr (struct myarr *arr) |
| @ struct. More... | |
| struct myarr * | makemyarr (size_t ArrayLength) |
| @ the specified length. More... | |
| struct myarr * | makemyarrd (size_t ArrayLength) |
| @ specified length. More... | |