Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!ames!ll-xn!mit-eddie!bloom-beacon!tut.cis.ohio-state.edu!osu-cis!att!whuts!homxb!hound!rkl1 From: rkl1@hound.UUCP (K.LAUX) Newsgroups: comp.lang.c Subject: Re: variable number of strings passed to function - how? Summary: printf () Message-ID: <2706@hound.UUCP> Date: 21 Oct 88 19:45:59 GMT References: <434@tutor.UUCP> Organization: AT&T Bell Laboratories, Holmdel Lines: 13 In article <434@tutor.UUCP>, pete@tutor.UUCP (Peter Schmitt) writes: > I want to write a function that accepts a variable number of string > arguments. What is a possible way to do this? > The best place to look is the source code for the printf () function. Also, the header file 'varargs.h' has some helpful defines for writing just such functions. If you are using MSC 5.1, the reference manuals do describe and explain how to. --rkl