summaryrefslogtreecommitdiffstats
path: root/include/a2i/str2i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/a2i/str2i.h')
-rw-r--r--include/a2i/str2i.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/a2i/str2i.h b/include/a2i/str2i.h
index 4118d9e..4a7bc98 100644
--- a/include/a2i/str2i.h
+++ b/include/a2i/str2i.h
@@ -59,17 +59,17 @@
#if defined(__clang__)
# pragma clang assume_nonnull begin
#endif
-A2I_STR2I_ATTR int str2shh(signed char *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2sh(short *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2si(int *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2sl(long *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2sll(long long *restrict n, const char *restrict s);
-
-A2I_STR2I_ATTR int str2uhh(unsigned char *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2uh(unsigned short *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2ui(unsigned int *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2ul(unsigned long *restrict n, const char *restrict s);
-A2I_STR2I_ATTR int str2ull(unsigned long long *restrict n, const char *restrict s);
+A2I_STR2I_ATTR int str2shh(signed char *restrict n, const char *s);
+A2I_STR2I_ATTR int str2sh(short *restrict n, const char *s);
+A2I_STR2I_ATTR int str2si(int *restrict n, const char *s);
+A2I_STR2I_ATTR int str2sl(long *restrict n, const char *s);
+A2I_STR2I_ATTR int str2sll(long long *restrict n, const char *s);
+
+A2I_STR2I_ATTR int str2uhh(unsigned char *restrict n, const char *s);
+A2I_STR2I_ATTR int str2uh(unsigned short *restrict n, const char *s);
+A2I_STR2I_ATTR int str2ui(unsigned int *restrict n, const char *s);
+A2I_STR2I_ATTR int str2ul(unsigned long *restrict n, const char *s);
+A2I_STR2I_ATTR int str2ull(unsigned long long *restrict n, const char *s);
#if defined(__clang__)
# pragma clang assume_nonnull end
#endif