File: README

package info (click to toggle)
swi-prolog 3.1.0-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,772 kB
  • ctags: 12,869
  • sloc: ansic: 43,657; perl: 12,577; lisp: 4,359; sh: 1,534; makefile: 798; awk: 14
file content (30 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This  directory contains  some public  include  files  to support  the
foreign language  (C) interface of  SWI-Prolog.  These  files   may be
copied to /usr/include.

The graphical package PCE searches  for these files in this directory,
so they need not be copied to /usr/include to be able to install PCE.

Files:
	SWI-Prolog.h	General include file that defines constants
			and types.  To be included in any C-file that
			contains references to SWI-Prologs foreign
			interface.

			same as ../pl/src/pl-itf.h

	SWI-Exports	Export definitions to be used with the
			-bI flag of AIX compilers.

			made from ../pl/src/exports

	SWI-Stream.h	SWI-Prolog's IOSTREAM package include file.
			Needed if you want to exploit/redefine
			SWI-Prolog streams.

			same as ../pl/pl-stream.h

	stub.c		Linking stub for statically linked SWI-Prolog
			extensions.  See manual.

			made from ../pl/pl-extend.c