Questions and Comments
Here is a piece of the file stdio.h
#define EOF (-1)
#define _IOSTRING (-67)
/* getc ( ) and putc ( ) must handle \r,
* \n, and \032
*/
extern int printf ( const char *, );
extern int scanf (const char *, );
Previous slide
Next slide
Back to first slide
View graphic version