From: vippstar on
On Jun 13, 10:07 pm, bernd <bew...(a)gmx.net> wrote:
> Hi everyone,
>
> in which header-file will I find the definition (typedef) for type
> size64_t?
>
It's not ISO C or POSIX.
If you look for an unsigned integer of 64 bits, use <stdint.h> and
uint64_t. (both ISO C and POSIX)