From a9eb2fc7099b78287faf5765e6b9721ce4e93fc1 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 18 Jul 2023 00:44:17 +1200 Subject: Readme now notes stderr suppression --- readme.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 71e6d46..1eccee9 100644 --- a/readme.txt +++ b/readme.txt @@ -13,6 +13,7 @@ C-specific types wherever possible. In particular: * Pa_Initialize and Pa_Terminate are now automatic * All error codes have been converted to exceptions * Void pointers are completely absent + * Standard error is suppressed in C, so no unexpected text output The package hierarchy is as follows: -- cgit