From dcb9fabf265068a42231589ba8f83bd09eb46d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 15 Jul 2022 13:43:15 +0200 Subject: Update README. --- README | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'README') 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. -- cgit v1.2.3