Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
native.h File Reference

Native function registration. More...

#include "defs.h"
Include dependency graph for native.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  reduct_native_t
 Native function definition structure. More...
 

Typedefs

typedef reduct_handle_t(* reduct_native_fn) (struct reduct *reduct, reduct_size_t argc, reduct_handle_t *argv)
 Native function pointer type.
 

Functions

REDUCT_API void reduct_native_register (struct reduct *reduct, reduct_native_t *array, reduct_size_t count)
 Register native functions.
 

Detailed Description

Native function registration.

Definition in file native.h.