File: stdlib.h

package info (click to toggle)
opencu 3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: ansic: 1,147; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/*
 * stdlib.h compatibility shim
 * Public domain
 */

#include_next <stdlib.h>

#ifndef CUCOMPAT_STDLIB_H
long long strtonum(const char *nptr, long long minval,
		long long maxval, const char **errstr);
#endif