hello.c

00001 #include <stdio.h>
00002 #include "cinterf.h"
00003 #define TRUE 1
00004 
00005 DllExport int call_conv hello()
00006 {
00007         printf("Hello XSB world\n");
00008         return TRUE;
00009 }
00010 

Generated on Wed Jul 26 13:30:43 2006 for XSB by  doxygen 1.4.5