~jkaivo/quotes

6a0cf7e6bf5c0b244fc6f837db467eef6548b594 — Jakob Kaivo 4 years ago d47b731
nasal demons
2 files changed, 11 insertions(+), 0 deletions(-)

M quotes
M quotes.raw
M quotes => quotes +6 -0
@@ 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>

M quotes.raw => quotes.raw +5 -0
@@ 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>