Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!MEAD@usc-eclb From: MEAD@usc-eclb@sri-unix.UUCP Newsgroups: net.micro Subject: Need Small-C example Message-ID: <12032@sri-arpa.UUCP> Date: Fri, 30-Sep-83 01:58:00 EDT Article-I.D.: sri-arpa.12032 Posted: Fri Sep 30 01:58:00 1983 Date-Received: Thu, 29-Sep-83 23:04:16 EDT Lines: 20 From: Dick 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 -------