summaryrefslogtreecommitdiff
path: root/quotes.raw
diff options
context:
space:
mode:
Diffstat (limited to 'quotes.raw')
-rw-r--r--quotes.raw5
1 files changed, 5 insertions, 0 deletions
diff --git a/quotes.raw b/quotes.raw
index 40aef9a..2038af9 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -16,3 +16,8 @@ The Spirit of C:
(d) Provide only one way to do an operation.
(e) Make it fast, even if it is not guaranteed to be portable.
(f) Make support for safety and security demonstrable.
+%
+Permissible undefined behavior ranges from ignoring the situation completely with unpredictable results, to having demons fly out of your nose.
+
+ -- John F. Woods, "Re: Why is this legal?"
+ comp.std.c Message-ID: <10195@ksr.com>