Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main src / example_apps / 90_custom_array / carr.h
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

carr.h @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/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);