#include "run_length_encoding.h" /* See GNUmakefile below for explanation * https://github.com/braoult/exercism/blob/master/c/templates/GNUmakefile */ #ifdef UNIT_TEST int main(int ac, char **av) { int arg=1, what; char *res; what = *av[arg++]; /* 'e', 'd' */ for (; arg