[net.micro] Need Small-C example

MEAD@usc-eclb@sri-unix.UUCP (09/30/83)

From:  Dick <MEAD@usc-eclb>

I have tried unsuccessfully to use the Small-c compiler available
from the CP/M archives. I have no access to the DDJ articles that
explained how to use it. What I would like is an example of the
necessary input and files to create an executable  .COM  file
out of the simple C program below.

/* Hello.C  simple program demo */

main()
{
printf("Hello there, world!/n");
}

I have the following files for Small-C:
SMALLC.COM, LIB.C, STDIO.H, CPMCALL.C, SYSLIB.REL, M80.COM, L80.COM

I need an exact example, please.......Thanks
-------