view pwplib/pwplib.c @ 89:ea44e1d9eb7c default tip

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 25 May 2014 05:03:14 +0300
parents 1cdec595e9be
children
line wrap: on
line source

#ifdef UNIX
#include "pwplib-unix.c"
#else
#include "pwplib-win.c"
#endif