File: uint64.h2

package info (click to toggle)
ucspi-tcp 0.88-10
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 1,364 kB
  • ctags: 760
  • sloc: ansic: 6,759; makefile: 854; sh: 329
file content (8 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
#ifndef UINT64_H
#define UINT64_H

/* sysdep: +ulong64 */

typedef unsigned long uint64;

#endif