This is test.rtf in view mode; [Download] [Up]
#include <stdio.h>
void main(int argc, char *argv[])
/*
Description:
...
Arguments:
argc -- number of arguments on command line
argv -- pointer to array of arguments strings
*/
{
int i;
float f;
char c;
// comment
/* comment */
/*
comment
int
*/
i = 10;
i = 0x10;
f = 10.0;
f = 6.23e23
label:
"float"
text
"\n\\"
text
"string\
string"
printf("hello, world!");
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.