Advertisement
logicmoo

Untitled

Sep 5th, 2018
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.14 KB | None | 0 0
  1. #include <SWI-Prolog.h>
  2.  
  3. int
  4. main(int argc, char **argv)
  5. { if ( !PL_initialise(argc, argv) )
  6.     PL_halt(1);
  7.  
  8.   return PL_toplevel();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement