[dev] [sbase] 64-bit type for split
In my implementation of split, the ability to split files into rather
large chunks is important. However, c89 does not provide a 64-bit int
type by default. Although I could manually emulate 64-bit counting, a
uvlong would be far cleaner. Is there a suckless-approved way of using
such an integer in a c89 environment?
On GNU systems stdint.h still provides uint64_t, but I have no idea
how portable this is.
Received on Tue Jun 11 2013 - 19:35:39 CEST
This archive was generated by hypermail 2.3.0
: Tue Jun 11 2013 - 19:48:03 CEST