view pwplib/pwplib.c @ 30:72d1c04c788b

Return a meaningless value.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 00:20:21 +0300
parents 1cdec595e9be
children
line wrap: on
line source

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