Skip to content

Commit

Permalink
[libc] Include size_t type header in strings.h (#124352)
Browse files Browse the repository at this point in the history
A number of functions in strings.h take size_t as an argument.
  • Loading branch information
petrhosek authored Jan 24, 2025
1 parent df9b31f commit 73b4623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/include/strings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
header: strings.h
header_template: strings.h.def
macros: []
types: []
types:
- type_name: size_t
enums: []
objects: []
functions:
Expand Down

0 comments on commit 73b4623

Please sign in to comment.