Files
userspace/libc/include/stdio.h
T

7 lines
85 B
C

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