aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-15 13:43:15 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-15 13:43:15 +0200
commitdcb9fabf265068a42231589ba8f83bd09eb46d38 (patch)
tree6809b539980b27d5ddcbe8342a7b878a3f2142d2 /README
parent6034fe23fdcf607ecf53bb97223d84864b3af461 (diff)
downloadEpisodeBrowser-dcb9fabf265068a42231589ba8f83bd09eb46d38.tar.gz
Update README.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 1 insertions, 10 deletions
diff --git a/README b/README
index e500352..a1ea811 100644
--- a/README
+++ b/README
@@ -40,13 +40,4 @@ datalistview.cpp Defines the interface to the data list view.
pl.cpp Interface to Prolog backend.
common.cpp Some useful functions that don't fit elsewhere.
-The C++ frontend communicates with the Prolog backend via a couple of
-variadic printf-like functions defined in pl.cpp. For example,
-
- Pl("episode_data","episode_title","Is",i,&sz)
-
-calls the Prolog predicate episode_data:episode_title/2. The first
-argument is an integer input, denoted by an uppercase I. The second
-argument is a zero-terminated string output, denoted by a lowercase s.
-Given i = 100, the call puts the title of episode 100 into the buffer
-pointed at by sz. For more information, see pl.cpp.
+In addition, defs.h itself defines a variety of macros and templates.