7 lines
85 B
C
7 lines
85 B
C
#pragma once
|
|
|
|
int puts(const char *s);
|
|
int putchar(int c);
|
|
|
|
#include "bits/printf.h"
|