From: "Christian Merz" Newsgroups: comp.os.msdos.djgpp Subject: va_list args Date: Wed, 31 Jan 2001 14:25:39 +0100 Organization: Buergernetz Dillingen Lines: 13 Message-ID: <9593n9$4lb$1@snoopy.bndlg.de> NNTP-Posting-Host: 10.37.35.32 X-Trace: snoopy.bndlg.de 980947497 4779 10.37.35.32 (31 Jan 2001 13:24:57 GMT) X-Complaints-To: postmaster AT bndlg DOT de NNTP-Posting-Date: 31 Jan 2001 13:24:57 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com can anybody tell me how the va_list, va_start() and va_end() works? I have to include the "" file, because I'll write my own printf function for my os, but I guess va_list, va_start() and va_end() uses some memory allocation routines for allocating some lists and so on , right? So what I have to do to get the "va" stuff working? any suggestion will be appreciated. thanks in advance chris