pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:38 by Chris Angelico <rosuav@gmail.com>
af9dee162c80670e8a10ea6a7938f6e60b8795c7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Document that function_name can describe programs too
1776:
return make_shared_binary_pcharp(pcharp, len); }
-
/*! @decl string function_name(function f)
+
/*! @decl string function_name(function
|program
f)
*!
-
*! Return the name of the function @[f].
+
*! Return the name of the function
or program
@[f].
*! *! If @[f] is a global function defined in the runtime @expr{0@} *! (zero) will be returned.