pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-10-28
2001-10-28 18:02:49 by Martin Nilsson <mani@lysator.liu.se>
c7b7dda02c53618e3871bbc191c05347cb535f47 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed references
Rev: src/operators.c:1.142
Rev: src/threads.c:1.170
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
141
2001/
09
/
25
17
:
39
:
42
grubba
Exp $");
+
RCSID("$Id: operators.c,v 1.
142
2001/
10
/
28
18
:
02
:
27
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
2981:
*! @type program *! The type inverse of @[arg] will be returned. *! @type string
-
*! If @[
arg1
] only contains characters in the range 0 - 255 (8-bit),
+
*! If @[
arg
] only contains characters in the range 0 - 255 (8-bit),
*! a string containing the corresponding 8-bit inverses will be *! returned. *! @endmixed