pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-10
2001-02-10 15:36:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d6fd966504e0c0a18d80b6d72e6ae050db5495d3 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
AutoDoc mk II markup fix.
Rev: src/builtin.cmod:1.21
116:
t_flag=t; }
-
/*!
+
/*!
@decl string ctime(int timestamp)
+
*!
*! Convert the output from a previous call to @[time()] into a readable *! string containing the current year, month, day and time. *!
271:
*! The string @[s] contains characters >= 65536. *! @endint */
-
PIKEFUN int(8..8)|int(16..16)|int(32..32) string_width(string s)
+
PIKEFUN int(8
..
8)|int(16
..
16)|int(32
..
32) string_width(string s)
errname String.width; optflags OPT_TRY_OPTIMIZE; {