We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stdio.h
1 parent 9856af6 commit c530dadCopy full SHA for c530dad
libc/src/stdio/baremetal/getchar.cpp
@@ -9,8 +9,6 @@
9
#include "src/stdio/getchar.h"
10
#include "src/__support/OSUtil/io.h"
11
12
-#include <stdio.h>
13
-
14
namespace LIBC_NAMESPACE {
15
16
LLVM_LIBC_FUNCTION(int, getchar, ()) {
libc/src/stdio/puts.h
#ifndef LLVM_LIBC_SRC_STDIO_PUTS_H
#define LLVM_LIBC_SRC_STDIO_PUTS_H
int puts(const char *__restrict str);
0 commit comments