pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-07
2017-11-07 12:34:40 by Martin Nilsson <nilsson@fastmail.com>
a95866fc1cc2e5007538670592a2343351190d5e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Retire stuff.c/h
26:
#include "operators.h" #include "builtin_functions.h" #include "fsort.h"
-
#include "stuff.h"
+
#include "pike_cpulib.h" #include "gc.h" #include "block_allocator.h"
964:
RETURN end_shared_string(hex); }
+
extern const unsigned char hexdecode[256];
+
/*! @decl string(8bit) hex2string(string(8bit) hex) *! @appears String.hex2string *!