Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
String

Module String


Constant __HAVE_SPRINTF_STAR_MAPPING__

constant String.__HAVE_SPRINTF_STAR_MAPPING__

Description

Presence of this symbol indicates that sprintf() supports mappings for the '*'-modifier syntax.

See also

sprintf() , lfun::_sprintf()


Constant __HAVE_SPRINTF_NEGATIVE_F__

constant String.__HAVE_SPRINTF_NEGATIVE_F__

Description

Presence of this symbol indicates that sprintf() supports little endian output for the 'F'-format specifier.

See also

sprintf() , lfun::_sprintf()