diff --git a/cstdint.htm b/cstdint.htm index 43b828f..0c2f893 100644 --- a/cstdint.htm +++ b/cstdint.htm @@ -2,7 +2,7 @@
- +long long
is not [yet] included in the C++ standard.
-See cstdint_test.cpp for a test program.
+See cstdint_test.cpp for a test program.
The typedef int#_t
, with # replaced by the width, designates a
signed integer type of exactly # bits; int8_t
denotes an 8-bit
@@ -69,10 +69,13 @@ representing any value of any signed integer type.
These types are required.
Revised 19 Aug 2001 +
Revised 06 Nov 2007
-+
© Copyright Beman Dawes 2000
+ +Distributed under the Boost Software License, Version 1.0. See +www.boost.org/LICENSE_1_0.txt