Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/05/02 12:51
Read: times


 
#22524 - RE: passing variable argument type to fn
Lookup the functions in stdarg.h. You'll find that writing variadatic functions are trivial. The va_* macros make it so.

See:

http://www-ccs.ucsd.edu/c/stdarg.html

List of 7 messages in thread
TopicAuthorDate
passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      
RE: passing variable argument type to fn            01/01/70 00:00      

Back to Subject List