pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-08
2018-01-08 18:57:48 by Stephen R. van den Berg <srb@cuci.nl>
ff3e258b330f82e2cb1601c99c71bf0e3d691597 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
System.TM: Fix prototype for strftime().
340:
*! See also @expr{%u@}. *! @enddl */
-
PIKEFUN string strftime(string(1..255) format)
+
PIKEFUN string
(1..255)
strftime(string(1..255) format)
{ char *buffer = xalloc( 8192 ); buffer[0] = 0;