275: int PRINTFLIKE(3, 4) 276: sm_io_fprintf __P((SM_FILE_T *, int, const char *, ...));
305: static int 306: do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, 307: SFTP_DIRENT ***dir)
446: * @return 1 if successful, 0 otherwise */ 447: VEXTERNC int printForce( 448: Vcom *com, /** Communications object */
309: static int 310: do_lsreaddir(struct sftp_conn *conn, char *path, int printflag, 311: SFTP_DIRENT ***dir)
31: //int printf(const char *format, ...); 32: # include <stdio.h>
138: * a DLL using /MT. Without this, the application cannot use 139: * and floating point printf's. 140: * It also seems to be needed for Visual C 1.5 (win16) */
716: int printf (char *, ...); 717: int fprintf (FILE *, char *, ...);
1217: int printf(char *,...); 1218: int fprintf(FILE *, char *,...);
26: extern int PRINTFLIKE(3, 4) 27: sm_snprintf __P((char *, size_t, const char *, ...));
1101: int printf(char *,...); 1102: int fprintf(FILE *, char *,...);
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code©2010 Google - Privacy