11 lines
79 B
C
11 lines
79 B
C
#include "stdio.h"
|
|
|
|
int putchar(int c)
|
|
{
|
|
|
|
}
|
|
|
|
int puts(const char *str)
|
|
{
|
|
|
|
} |