diff options
Diffstat (limited to 'libc/include/malloc.yaml')
| -rw-r--r-- | libc/include/malloc.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/include/malloc.yaml b/libc/include/malloc.yaml new file mode 100644 index 000000000000..ec73c9090f72 --- /dev/null +++ b/libc/include/malloc.yaml @@ -0,0 +1,14 @@ +header: malloc.h +header_template: malloc.h.def +macros: [] +types: [] +enums: [] +objects: [] +functions: + - name: mallopt + standards: + - GNUExtensions + return_type: int + arguments: + - type: int + - type: int |
