summaryrefslogtreecommitdiffstats
path: root/include/inttypes.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
committertjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
commitcd5ca96599d24e7c9375719e86b16b5d3165e931 (patch)
treeee19d604b38f08d225b97c81a641deba71f33d6b /include/inttypes.h
parent97acf1a793f3b9951362d9f3125aa7f36755d083 (diff)
downloadFreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.zip
FreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.tar.gz
Style: One space between "restrict" qualifier and "*".
Diffstat (limited to 'include/inttypes.h')
-rw-r--r--include/inttypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
index 3fe6fcc..99841b8 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -48,8 +48,8 @@ __BEGIN_DECLS
intmax_t imaxabs(intmax_t) __pure2;
imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
-intmax_t strtoimax(const char *__restrict, char **__restrict, int);
-uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
+intmax_t strtoimax(const char * __restrict, char ** __restrict, int);
+uintmax_t strtoumax(const char * __restrict, char ** __restrict, int);
/* XXX: The following functions are missing the restrict type qualifier. */
intmax_t wcstoimax(const wchar_t *, wchar_t **, int);
uintmax_t wcstoumax(const wchar_t *, wchar_t **, int);
OpenPOWER on IntegriCloud