llvm / llvm/llvm-project

[libc] stdout appears to not be flushed on normal exit.

Open
#219,219 4 comments 0 reactions 1 assignee Claimed by @obadafidii View on GitHub
libc
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

A hello-world program following the [getting started instructions](https://libc.llvm.org/getting_started.html) that forgets the newline character as:

```c
#include

int main() {
printf("Hello World");
return 0;
}
```

returns with no output to a terminal.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.