Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!brl-adm!umd5!ames!lll-tis!ptsfa!well!espen From: espen@well.UUCP (Peter Espen) Newsgroups: comp.sys.mac Subject: LightSpeed C 2.15 putchar??? Summary: LightSpeed C bug?? Message-ID: <5267@well.UUCP> Date: 20 Feb 88 07:51:10 GMT Lines: 19 Why doesn't the following code send a single character to the stdio window when it is compiled??? #include main() { char c = 'A'; putchar(c); } This should just work, right??? Peter Espen