wm: 5552

ref: 000040ac39bcca98a50c39ca04964ec338f112fd
dir: /port.h/

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