Search found 1 match
- Tue Jul 27, 2010 6:18 pm
- Forum: Beginning OS Development
- Topic: help on tutorial 14
- Replies: 1
- Views: 12476
help on tutorial 14
Hello all, Can you please make me understand the file "stdarg.h". I guess it is for the arguments passed for DebugPrintf(). I didn't get how it takes each argument. Here is the code for easy. #ifndef __STDARG_H #define __STDARG_H //********************************************************************...