s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
uint64.h
Go to the documentation of this file.
1
/* Public domain. */
2
3
#ifndef UINT64_H
4
#define UINT64_H
5
6
/* sysdep: -ulong64 */
7
8
typedef
unsigned
long
long
uint64
;
9
10
void
uint64_pack
(
char
*,
uint64
);
11
void
uint64_pack_big
(
char
*,
uint64
);
12
void
uint64_unpack
(
const
char
*,
uint64
*);
13
void
uint64_unpack_big
(
const
char
*,
uint64
*);
14
15
#endif
uint64_unpack_big
void uint64_unpack_big(const char *, uint64 *)
uint64_pack
void uint64_pack(char *, uint64)
uint64_pack_big
void uint64_pack_big(char *, uint64)
uint64_unpack
void uint64_unpack(const char *, uint64 *)
uint64
unsigned long long uint64
Definition:
uint64.h:8
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13