Codebase list libmawk / debian/1.0.2-3 src / example_apps / 90_custom_array / carr.h
debian/1.0.2-3

Tree @debian/1.0.2-3 (Download .tar.gz)

carr.h @debian/1.0.2-3raw · 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);