ref: 5139c2e98511dfeb47b909e1dee53ab5106eba14 dir: /port.h/
#ifdef unix #include "unix.h" #include <string.h> /* strtok */ #else #include <u.h> #include <libc.h> #endif