wm: 5552

ref: 00a90ab613d802127bc3108eb160711153aafbfa
dir: /port.h/

View raw version
#ifdef unix
#include "unix.h"
#include <string.h> /* strtok */
#else
#include <u.h>
#include <libc.h>
#endif