|
Prev: finding default x11
Next: Logical and structural inconsistencies with the Single Unix Specification version 3 (SUS SUSV3)
From: vippstar on 15 Jun 2008 20:36 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) |