diff options
-rw-r--r-- | README | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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. |