diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2023-07-18 00:44:17 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2023-07-18 00:44:17 +1200 |
commit | a9eb2fc7099b78287faf5765e6b9721ce4e93fc1 (patch) | |
tree | 10568ba26b99a9ba47b8cd2918e735c236d6b04b | |
parent | 8463ca926a038bab28772c56bf5b32b0a7403853 (diff) |
Readme now notes stderr suppression
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |