Skip to content

Commit 73b4623

Browse files
authored
[libc] Include size_t type header in strings.h (#124352)
A number of functions in strings.h take size_t as an argument.
1 parent df9b31f commit 73b4623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/include/strings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
header: strings.h
22
header_template: strings.h.def
33
macros: []
4-
types: []
4+
types:
5+
- type_name: size_t
56
enums: []
67
objects: []
78
functions:

0 commit comments

Comments
 (0)