--- sbbs/include/mozilla/js/jsprf.h 2018/04/24 16:41:23 1.1.1.1 +++ sbbs/include/mozilla/js/jsprf.h 2018/04/24 16:42:04 1.1.1.2 @@ -41,19 +41,21 @@ /* ** API for PR printf like routines. Supports the following formats -** %d - decimal -** %u - unsigned decimal -** %x - unsigned hex -** %X - unsigned uppercase hex -** %o - unsigned octal -** %hd, %hu, %hx, %hX, %ho - 16-bit versions of above -** %ld, %lu, %lx, %lX, %lo - 32-bit versions of above -** %lld, %llu, %llx, %llX, %llo - 64 bit versions of above -** %s - string -** %c - character -** %p - pointer (deals with machine dependent pointer size) -** %f - float -** %g - float +** %d - decimal +** %u - unsigned decimal +** %x - unsigned hex +** %X - unsigned uppercase hex +** %o - unsigned octal +** %hd, %hu, %hx, %hX, %ho - 16-bit versions of above +** %ld, %lu, %lx, %lX, %lo - 32-bit versions of above +** %lld, %llu, %llx, %llX, %llo - 64 bit versions of above +** %s - string +** %hs - 16-bit version of above (only available if compiled with JS_C_STRINGS_ARE_UTF8) +** %c - character +** %hc - 16-bit version of above (only available if compiled with JS_C_STRINGS_ARE_UTF8) +** %p - pointer (deals with machine dependent pointer size) +** %f - float +** %g - float */ #include "jstypes.h" #include