summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-10-22 12:14:35 -0400
committerJakob Kaivo <jkk@ung.org>2019-10-22 12:14:35 -0400
commit6a0cf7e6bf5c0b244fc6f837db467eef6548b594 (patch)
tree7e45bce3b6671dd471c0f1057b639f0cc76d5b5a
parentd47b731a7f77ac37967491562b7f5631a83f1510 (diff)
nasal demons
-rw-r--r--quotes6
-rw-r--r--quotes.raw5
2 files changed, 11 insertions, 0 deletions
diff --git a/quotes b/quotes
index f4c617d..6d136aa 100644
--- a/quotes
+++ b/quotes
@@ -25,3 +25,9 @@ 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>
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>