LWN.net Logo

Linus Torvalds on SCO's latest claims

Linus Torvalds on SCO's latest claims

Posted Dec 23, 2003 6:38 UTC (Tue) by proski (subscriber, #104)
In reply to: Linus Torvalds on SCO's latest claims by jimm007
Parent article: Linus Torvalds on SCO's latest claims

Try this with your definition:


#include <stdio.h>
int main() {
  printf("Should be A, actually %c\n", toupper(1 ? 'a' : 'b'));
}

$ ./test
Should be A, actually a


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds