pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-17
2013-11-17 12:35:44 by Chris Angelico <rosuav@gmail.com>
b82bbfaceae6f414755f70504803ee6600a6c09d (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
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.