Intro | Functions | Defines | Enumerations | Enumeration Values

io.c

Go to the documentation of this file.
00001 
00011 void dlog (const char *fmt, ...)
00012 {
00013   va_list args;
00014   printk("STP: ");
00015   va_start(args, fmt);
00016   vprintk(fmt, args);
00017   va_end(args);
00018 }
00019 

Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  doxygen 1.3.9.1