Include ssize_t for limits.h

This commit is contained in:
Wildan M
2026-05-18 17:11:40 +07:00
parent d9075b9392
commit aaf2e492cc
+3
View File
@@ -2,6 +2,9 @@
#
# There are no spec quotations relating to includes
sys_includes = []
after_includes = """
#include <bits/ssize-t.h> // for ssize_t from sys/types.h
"""
include_guard = "_RELIBC_LIMITS_H"
language = "C"
style = "Tag"