view packages/language/cxx/ustl/current/tests/bvt09.std @ 3152:4885e0722884

* include/*: * src/*: * tests/*: * HISTORY: * LICENSE: Updated to uSTL 1.6 sources.
author sergeig
date Wed, 04 Apr 2012 18:51:57 +0000
parents 88af52c64ce4
children
line wrap: on
line source

84 bytes written
Values:
char:    'c'
u_char:  'c'
bool:    1
int:     -12345678
u_int:   12345678
long:    -12345678
u_long:  12345678
float:   123.46
double:  123456789123456.78
short:   1234
u_short: 1234

Dump:
c
c
true
-12345678
12345678
-12345678
12345678
123.46
123456789123456.78
1234
1234