Joy Online Manual
| NAME |
| objc:funcPtr - Get the address of a C function |
| SYNOPSIS |
objc:funcPtr name
| DESCRIPTION |
| Returns the address of the C function with the given name. |
| EXAMPLE |
joy> objc:call [objc:funcPtr cos] double double 0.0
1.0
| SEE ALSO |
objc:call
objc:declare
objc:typedef
| KEYWORDS |
| dereferencing, function, pointer |
| Index |