ref: 73b21f1bdadc28eddee84ae0a4c70f7ec3bd29ed dir: /pdf.c/
#include <u.h> #include <libc.h> #include "pdf.h" static char whitespace[] = {0x00, 0x09, 0x10, 0x0c, 0x0d, 0x20};