Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <SWI-Prolog.h>
- int
- main(int argc, char **argv)
- { if ( !PL_initialise(argc, argv) )
- PL_halt(1);
- return PL_toplevel();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement