From 4163308ecae26c76d22e4cc80d8bae729b06b94f Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 3 Feb 2008 16:20:24 +0000 Subject: *** empty log message *** --- test/test.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/test.c (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c new file mode 100644 index 0000000..cc865df --- /dev/null +++ b/test/test.c @@ -0,0 +1,24 @@ +/* + * test.c: + * + * Copyright (c) 2008 James McKenzie , + * All rights reserved. + * + */ + +static char rcsid[] = "$Id$"; + +/* + * $Log$ + * Revision 1.1 2008/02/03 16:20:24 james + * *** empty log message *** + * + */ + +#include "sympathy.h" + +int main(int argc,char *argv[]) +{ + +return 0; +} -- cgit v1.2.3