File: strtoll.h

package info (click to toggle)
msktutil 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: cpp: 5,287; xml: 231; ansic: 85; sh: 82; makefile: 67
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef __strtoll_h__
#define __strtoll_h__

extern "C" {
long long strtoll(const char *nptr, char **endptr, register int base);
}
#endif