<<Navigation: 执行失败 ['AllContext' object has no attribute 'values'] (see also the log)>>

B.1.4 Character Input and Output Functions

int fgetc(FILE *stream)

char *fgets(char *s, int n, FILE *stream)

int fputc(int c, FILE *stream)

int fputs(const char *s, FILE *stream)

int getc(FILE *stream)

int getchar(void)

char *gets(char *s)

int putc(int c, FILE *stream)

int putchar(int c)

int puts(const char *s)

int ungetc(int c, FILE *stream)

TCPL/B.01.4_Character_Input_and_Output_Functions (2008-02-23 15:35:04由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.