guff
guff copied to clipboard
a plot device
In order to avoid missing math functions when linking the test programs, move the LDFLAGS (which notably contains `-lm`) to the end of the compile line. ``` cc -o test_guff...
Hello! I added output to UTF-8 eight-dot braille characters. This uses a single dot per character from `pi->rows[i][j]`, and so does not distinguish point counts. Output looks like this: ```...
./guff -x -ly -3 \x1a3 4 This leads to a Y coordinate that is outside the min/max Y bounds, then a bad memory access. (found via afl-fuzz)