Files
kernel/usr/libc/include/stdio.h
T
2019-10-29 15:21:14 +02:00

6 lines
65 B
C

#pragma once
int puts(const char *s);
#include "bits/printf.h"