Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!fwi.uva.nl!gene!caspers From: caspers@fwi.uva.nl (B.M. Caspers (I)) Newsgroups: comp.lang.c Subject: my_printf calling printf Message-ID: <1991Feb26.101626.21779@fwi.uva.nl> Date: 26 Feb 91 10:16:26 GMT Organization: FWI, University of Amsterdam Lines: 13 Does anyone know if there is a good way to call printf from a function prototypes: int my_printf( char *fmt, ... ); I need to write a function that calls the win_printf of the DESQview API C library, which in its turn (I think) calls printf. Since I don't want to do any argument processing that printf should do, can I give the format string and the rest of the arguments unchanged to [win_]printf? Thanks in advance. John Caspers