Singe file drop-in read/write PPM library for C and C++
 
 
 

8 lines
101 B

test: all
./test
all:
g++ test.cpp -Wall -Werror -O2 -static -o test
clear:
rm -f test image.ppm