home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / cctools / include / stuff / print.h < prev    next >
Encoding:
Text File  |  1995-01-21  |  190 b   |  7 lines

  1. #import <stdarg.h>
  2.  
  3. __private_extern__ void print(
  4.     const char *format, ...) __attribute__ ((format (printf, 1, 2)));
  5. __private_extern__ void vprint(
  6.     const char *format, va_list ap);
  7.