Hello, Hackers.

  I was surprised, when I discover that size_t are 32-bit wide on
 32-bit (i386) system. Which "semantic" type should I use, for
 example, for storing GEOM size in bytes in system-independent way? I
 could use "uint64_t", of course, but I don't like this solution, as
 it very low-level (ok, not so low-level as "unsigned long long", to
 be honest).

-- 
// Black Lion AKA Lev Serebryakov <l...@freebsd.org>

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to