Path: utzoo!utgpu!attcan!uunet!pilchuck!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.sys.ibm.pc Subject: Re: Microsoft Vs. Borland Message-ID: <1709@dataio.Data-IO.COM> Date: 10 Oct 88 18:46:39 GMT References: <876@galaxy> <213400010@s.cs.uiuc.edu> Reply-To: bright@dataio.Data-IO.COM (Walter Bright) Organization: Data I/O Corporation; Redmond, WA Lines: 13 In article <213400010@s.cs.uiuc.edu> carroll@s.cs.uiuc.edu writes: >I couldn't find >a way to turn off its (Zortech C's) desire to do function prototype checking. Try the -p switch. >It was also missing include files such as "sys/types.h". types.h is not an ANSI standard file. It contains some definitions that are in other h files (such as time_t and size_t). It also has some pointless typedefs such as: typedef unsigned char u_char; Really, what's that worth? It also has some unix file system specific defs that are irrelevant on the PC.