Codebase list libmawk / debian/1.0.0-2 src / example_apps / 90_custom_array / carr.h
debian/1.0.0-2

Tree @debian/1.0.0-2 (Download .tar.gz)

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