pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5ab5ab07bf3c71b0c0f1793bff02b71a80e171ef (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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 ) {