Codebase list libmawk / d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main src / example_apps / 90_custom_array / carr.h
d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main

Tree @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/main (Download .tar.gz)

carr.h @d9f30b5e-7ff9-4ae9-856b-e12b904bb243/mainraw · history · blame

1
2
3
4
5
#include <libmawk.h>

#define CARR_SIZE 32
extern char carr[CARR_SIZE];
void custom_array_init(mawk_state_t *m);