diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:45:25 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-23 15:45:25 +0100 |
commit | 44c9787d8487c153d1eed1902caa1b504b5b180b (patch) | |
tree | cbd2baf7761d0afda40e2f0f7d3787b0c2355b3f | |
parent | af4345918d6e848bcc2eeb6957bbc8405219e18b (diff) |
Reflow text
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -87,9 +87,9 @@ main(int argc, char **argv) ## Example With Threads -This is like the previous example, but you should compile with -lpthread. This -is not the most efficient way to build a multi-file project, but this is simply -for demonstration purposes. +This is like the previous example, but you should compile with -lpthread. +This is not the most efficient way to build a multi-file project, but +this is simply for demonstration purposes. ```c #include <errno.h> |