Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!whuxl!whuxlm!akgua!gatech!seismo!harvard!bu-cs!bzs From: bzs@bu-cs.UUCP Newsgroups: net.lang,net.lang.c Subject: Re: structured assembler (BASIC) [Really: C builtin functions?] Message-ID: <433@bu-cs.UUCP> Date: Sun, 20-Apr-86 11:47:47 EST Article-I.D.: bu-cs.433 Posted: Sun Apr 20 11:47:47 1986 Date-Received: Wed, 23-Apr-86 21:52:29 EST Organization: Boston Univ Comp. Sci. Lines: 12 Xref: watmath net.lang:2384 net.lang.c:8686 > What the heck is a compile-time function? Real useful - > functions that return constants. Come on now. Whaddya mean? Macros provide compile time functions. I once wrote a macro in ibm/asmh which yielded the sqrt of it's argument in-line, another which ate lisp-like code and turned it into assembler at 'compile' time. Some constants are useful. Probably depends on your pre-processor whether you have this view. -Barry Shein, Boston University