diff --git a/website/guide/ctypes.html b/website/guide/ctypes.html index fad1364c..ec2ea7cd 100644 --- a/website/guide/ctypes.html +++ b/website/guide/ctypes.html @@ -117,7 +117,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -126,7 +126,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -135,7 +135,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -144,7 +144,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -153,7 +153,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -162,7 +162,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -171,7 +171,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -180,7 +180,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -189,7 +189,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -198,7 +198,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -207,7 +207,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -216,7 +216,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -225,7 +225,7 @@ and scanf() casts for portable formatting/scanning.

- + @@ -235,7 +235,7 @@ and scanf() casts for portable formatting/scanning.

- + diff --git a/website/style-guide.css b/website/style-guide.css index acf441a3..4df34cc1 100644 --- a/website/style-guide.css +++ b/website/style-guide.css @@ -17,3 +17,7 @@ .definename { font-family: monospace; } + +.highlight { + background: #eeeeee; +}
Duktape typeC99/C++11 32-bit intC99/C++11 32-bit int Legacy 32-bit int Legacy 16-bit int printf
duk_int_tintint int long %ld
long
duk_uint_tunsigned intunsigned int unsigned int unsigned long %lu
unsigned long
duk_int32_tint32_tint32_t int long %ld
long
duk_uint32_tuint32_tuint32_t unsigned int unsigned long %lu
unsigned long
duk_uint16_tuint16_tuint16_t unsigned short unsigned short %u
unsigned int
duk_idx_tintint int long %ld
long
duk_uarridx_tunsigned intunsigned int unsigned int unsigned long %lu
unsigned long
duk_codepoint_tintint int long %ld
long
duk_errcode_tintint int long %ld
long
duk_bool_tintint int int %d
int
duk_ret_tintint int int %d
int
duk_size_tsize_tsize_t size_t size_t %lu
unsigned long
duk_double_tdoubledouble double double %f or %lf
double