File: reallocarray.h

package info (click to toggle)
reptyr 0.10.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: ansic: 2,694; python: 76; makefile: 62; sh: 46
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#ifndef __reallocarray_h
#define __reallocarray_h

void * xreallocarray(void *optr, size_t nmemb, size_t size);

#endif