#ifndef __SCC_STDIO_H__ #define __SCC_STDIO_H__ extern int puts(const char *str); #endif