pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:448:
*! @[Gettext.setlocale]) and OS dependent. */ PIKEFUN string asctime() { FIX_THIS(); { char *tval = asctime_zone( &THIS->t ); if( tval ) push_text( tval ); else
-
push_
text
(
0
);
+
push_
undefined
();
} } PIKEFUN void _sprintf( int flag, mapping options ) { int post_sum = 1; switch( flag ) { case 'O': push_text("System.TM(");