tico 0.1
Mechanical Watch Terminal Timegrapher
Data Structures | Functions
myarr.h File Reference
#include <stddef.h>
Include dependency graph for myarr.h:
This graph shows which files directly or indirectly include this file:

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 myarrmakemyarr (size_t ArrayLength)
 @ the specified length. More...
 
struct myarrmakemyarrd (size_t ArrayLength)
 @ specified length. More...