pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-20
2013-11-20 21:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6c3a6fab6e89b142c43d79522d9e2cb9eca5db03 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Document some previously undocumented symbols.
Most builtin stuff should now be documented.
257:
*! This function is byte-order dependant for wide strings. *! *! @seealso
-
*! @[hash()], @[7.0::hash()]
+
*! @[
predef::
hash()], @[7.0::hash()]
*/ static void f_hash_7_4(INT32 args) {
325:
*! This function is not NUL-safe, and is byte-order dependant. *! *! @seealso
-
*! @[hash()], @[7.4::hash()]
+
*! @[
predef::
hash()], @[7.4::hash()]
*/ static void f_hash_7_0( INT32 args ) {