[156] in SIPB_Linux_Development
/usr/lib/stdlib.h problems
daemon@ATHENA.MIT.EDU (yandros@mit.edu)
Wed Sep 22 23:47:58 1993
From: yandros@mit.edu
Date: Wed, 22 Sep 93 23:47:27 -0400
To: linux-dev@mit.edu
So, I'm building something on quiche and I get the error:
/usr/include/stdlib.h:235: parse error before `/'
/usr/include/stdlib.h:235: character constant too long
so I look, and I find:
; cat -e -v -n /usr/include/stdlib.h | grep -A2 -B2 235
233 #endif$
234 $
235 /^@ Call all functions registered with `atexit' and `on_exit',$
236 in the reverse of the order in which they were registered$
237 perform stdio cleanup, and terminate program execution with STATUS. */$
WTF?? Where did the null come from? Someone tell me I'm missing
something obvious, please...
chad