pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2021-06-29
2021-06-29 21:12:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
16a6e1d44725de0e8a8080c8e6a1bb002c66ae7f (
8
lines) (+
8
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Doc: Added some more doc about Pike.soft_cast().
3012:
/*! @decl type|zero soft_cast(type to, type from) *! *! Return the resulting type from a soft cast of @[from] to @[to].
+
*!
+
*! @reeturns
+
*! Returns @expr{UNDEFINED@} if the cast is invalid.
+
*!
+
*! @note
+
*! The return value for the invalid case may in the future
+
*! change to @expr{__unknown__@}.
*/ static void f___soft_cast(INT32 args) {