home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / npmeta.zip / PPRINTF.H < prev    next >
C/C++ Source or Header  |  1997-04-09  |  141b  |  8 lines

  1. #ifndef __PPRINTF_H
  2. #define __PPRINTF_H
  3.  
  4. extern "C"
  5. int pprintf( const char* szPipe, const char* szFmt, ... );
  6.  
  7. #endif // __PPRINTF_H
  8.