[go: up one dir, main page]

File: compat.post.h

package info (click to toggle)
siril 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,168 kB
  • sloc: ansic: 43,770; cpp: 6,893; sh: 2,958; makefile: 365; xml: 185
file content (10 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10

__BEGIN_DECLS

#ifndef HAVE_REALLOCARRAY
void *reallocarray(void *optr, size_t nmemb, size_t size);
#endif

__END_DECLS

#endif