pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-02
2004-03-02 20:45:47 by Martin Nilsson <mani@lysator.liu.se>
19e2c3fc87c22eb2f5bc4b19ed92e5d183b166b0 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed doc typo
Rev: src/builtin_functions.c:1.532
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin_functions.c,v 1.
531
2004/
02
/
29
03
:
41
:
37
mast
Exp $
+
|| $Id: builtin_functions.c,v 1.
532
2004/
03/
02
20
:
45
:
47
nilsson
Exp $
*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
531
2004/
02
/
29
03
:
41
:
37
mast
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
532
2004/
03/
02
20
:
45
:
47
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2124:
pike_throw(); }
-
/*! @decl void exit(int returncode, void|
stirng
fmt, mixed ... extra)
+
/*! @decl void exit(int returncode, void|
string
fmt, mixed ... extra)
*! *! Exit the whole Pike program with the given @[returncode]. *!