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