aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stpcpy.3
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-12 17:03:08 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-12 19:13:48 +0200
commitad3868f0847f9ba3530532063bcb2bd0cb4bf509 (patch)
treeffe8f138d62d25a690f1d358191962fa039a78fd /man3/stpcpy.3
parentbc5312e4c4c483edbf8e6b5de2793baff170b6ca (diff)
downloadman-pages-ad3868f0847f9ba3530532063bcb2bd0cb4bf509.tar.gz
Various pages: EXAMPLES: Sort includes
Reported-by: clang-tidy(1) Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/stpcpy.3')
-rw-r--r--man3/stpcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stpcpy.3 b/man3/stpcpy.3
index 487ee6d090..86cd71b2e3 100644
--- a/man3/stpcpy.3
+++ b/man3/stpcpy.3
@@ -88,8 +88,8 @@ which it then prints.
.\" SRC BEGIN (stpcpy.c)
.EX
#define _GNU_SOURCE
-#include <string.h>
#include <stdio.h>
+#include <string.h>
int
main(void)