summaryrefslogtreecommitdiff
path: root/src/stdlib/_strtoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/_strtoi.h')
-rw-r--r--src/stdlib/_strtoi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/_strtoi.h b/src/stdlib/_strtoi.h
index 21b22ee9..dc160aeb 100644
--- a/src/stdlib/_strtoi.h
+++ b/src/stdlib/_strtoi.h
@@ -121,3 +121,7 @@
} else {
ret *= sign;
}
+
+/*
+STDC(-1)
+*/