/* Hello */
main()
{
extern a, b, c;
putchar (a); putchar (b); putchar (c); putchar ('!*n');
}
a 'hell' ;
b 'o, w' ;
c 'orld' ;
Tutorial :
http://cm.bell-labs.com/cm/cs/who/dmr/btut.html
Showing posts with label B. Show all posts
Showing posts with label B. Show all posts
Tuesday, May 22, 2007
Subscribe to:
Posts (Atom)

