![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #define _GNU_SOURCE 0003 #include <stdlib.h> 0004 0005 int main(void) 0006 { 0007 return !!reallocarray(NULL, 1, 1); 0008 } 0009 0010 #undef _GNU_SOURCE
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |