Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP Path: utzoo!linus!philabs!seismo!rlgvax!cvl!umcp-cs!zben From: zben@umcp-cs.UUCP Newsgroups: net.lang.c Subject: Argument typechecking vs. PRINTF et al Message-ID: <2542@umcp-cs.UUCP> Date: Sun, 11-Sep-83 09:36:41 EDT Article-I.D.: umcp-cs.2542 Posted: Sun Sep 11 09:36:41 1983 Date-Received: Mon, 12-Sep-83 04:43:11 EDT Organization: Univ. of Maryland, Computer Science Dept. Lines: 10 If indeed you would be willing to check number and type of arguments except for the builtins, why not institute a form of declaration that requests the compiler NOT to check for certain functions: PRINTF(?) or something like it. The builtins could be declared in .h files with this attributes, and the facility would be available to any user who specifically requests it for his function...