File: test-reallocarray.c

package info (click to toggle)
siril 1.4.0~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,352 kB
  • sloc: ansic: 174,082; cpp: 28,254; python: 7,891; makefile: 974; xml: 777; sh: 271
file content (7 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#include <stdlib.h>

int
main(void)
{
	return( ! reallocarray(NULL, 2, 2));
}