Branch: Tag:

2001-10-28

2001-10-28 18:02:49 by Martin Nilsson <mani@lysator.liu.se>

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