File: uint64.h1

package info (click to toggle)
daemontools 1:0.76-13
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,296 kB
  • sloc: ansic: 3,800; sh: 464; makefile: 391
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/* Public domain. */

#ifndef UINT64_H
#define UINT64_H

/* sysdep: -uint64_t */

typedef unsigned long long uint64;

#endif