pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-29
2002-09-29 00:13:21 by Martin Stjernholm <mast@lysator.liu.se>
5b916d45170b144c8c93ff1ad219f476f04aa190 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Clarification.
Rev: src/builtin_functions.c:1.440
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
439
2002/09/
21
16
:
29
:
43
mast Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
440
2002/09/
29
00
:
13
:
21
mast Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2710:
*! Reverses a string, array or int. *! *! This function reverses a string, char by char, an array, value
-
*! by value or an int, bit by bit and returns the result.
+
*! by value or an int, bit by bit and returns the result.
It's not
+
*! destructive on the input value.
*! *! Reversing strings can be particularly useful for parsing difficult *! syntaxes which require scanning backwards.