1042: int printf(char *,...); 1043: int fprintf(FILE *, char *,...);
1284: int printf(char *,...); 1285: int fprintf(FILE *, char *,...);
72: #endif 73: int printf_parse (const char *format, char_directives *d, arguments *a); 74:
190: #ifdef DECL_PRINTF 191: extern int printf(const char *, ...); 192: #endif /* DECL_PRINTF */
719: int printf (char *, ...); 720: int fprintf (FILE *, char *, ...);
16: #ifdef SIMULATOR 17: int printf(const char *fmt, ...); 18: void perror(const char*);
13: /* Copied from stdio.h */ 14: int printf (__const char *__restrict __format, ...); 15: int vprintf (__const char *__restrict __format, va_list __arg);
10: #ifdef SIMULATOR 11: int printf(const char *fmt, ...); 12: #endif /* SIMULATOR */
271: int myjobs, int whichjobs); 272: int PrintFile(const char* name, const char* filename, const char* title, 273: int num_options, cups_option_t* options);
79: */ 80: extern int printf (const char *, ...); 81: extern int putctl1 (queue_t *, int, int);
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy