pike.git
/
lib
/
master.pike.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/master.pike.in:1:
// -*- Pike -*- // // Master Control Program for Pike. // // This file is part of Pike. For copyright information see COPYRIGHT. // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
250
2003/01/
20
17
:
38
:
52
nilsson Exp $
+
// $Id: master.pike.in,v 1.
251
2003/01/
26
18
:
31
:
02
nilsson Exp $
#pike __REAL_VERSION__ // Some programs destroys character pairs beginning with the currency // symbol when running in chinese locale. #if "ยค/" != "\244/" #error "master.pike.in is corrupted." #endif // --- Some configurable parameters
pike.git/lib/master.pike.in:806:
"putenv", #ifdef GETCWD_CACHE "cd", "getcwd", #endif }); string include_prefix;
+
+
//! @decl int strlen(string|multiset|array|mapping|object thing)
//! @appears strlen //! Alias for @[sizeof]. //! @deprecated sizeof
-
+
//! @decl int write(string fmt, mixed ... args)
//! @appears write //! Writes a string on stdout. Works just like @[Stdio.File.write] //! on @[Stdio.stdout]. /* Note that create is called before add_precompiled_program */ void create() { object o = this_object();