Searched defs:SFSETLOCALE (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfhdr.h644 #if !defined(SFSETLOCALE) && _PACKAGE_ast
646 #define SFSETLOCALE(dp,tp) \ macro
652 #endif /*!defined(SFSETLOCALE) && _PACKAGE_ast*/
654 #if !defined(SFSETLOCALE) && _lib_locale
656 #define SFSETLOCALE(decimal,thousand) \ macro
669 #endif /*!defined(SFSETLOCALE) && _lib_locale*/
671 #if !defined(SFSETLOCALE)
672 #define SFSETLOCALE(decimal,thousand) (*(decimal)='.',*(thousand)=-1) macro

Completed in 19 milliseconds