view pwplib/pwplib.c @ 79:3abba0311c07

Add note about fisi.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Aug 2012 06:17:22 +0300
parents 1cdec595e9be
children
line wrap: on
line source

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