Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!cit-vax!ucla-cs!zen!ucbvax!KL.SRI.COM!STEINBERGER From: STEINBERGER@KL.SRI.COM (Richard Steinberger) Newsgroups: comp.os.vms Subject: Where is C$MEMFUNC Message-ID: <12333339618.36.STEINBERGER@KL.SRI.Com> Date: Wed, 9-Sep-87 18:57:58 EDT Article-I.D.: KL.12333339618.36.STEINBERGER Posted: Wed Sep 9 18:57:58 1987 Date-Received: Fri, 11-Sep-87 07:19:32 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 18 On pages 6-10 to 6-12 of the VAX-C RTL Ref. Man. (March 1987) are described the "memchr" and "memset" functions (and some others). I tried to use these in a short C program. The program compiled OK, but the linker couldn't resolve these references. I looked in Appendix B of the same manual: On page B-12 and B-13 it states that these functions (entry points actually) are found in C$MEMFUNC. When I do a LIB/LIST of VAXCRTL.OLB, C$MEMFUNC isn't there although many other C$xxxxxx modules are present. Has anyone else experienced this problem? Can anyone verify that C$MEMFUNC exists as a module (where?)? Thanks to all who reply. Ric Steinberger steinberger@kl.sri.com P.S. I'm using version 2.3 of VAX-C. -------