x-engine-c v0.2.13
The C engine for x-lang
Loading...
Searching...
No Matches
x_callable_entry_t Struct Reference

#include <x-prim.h>

Data Fields

x_char_tname
 
x_fn_t fn
 

Detailed Description

Name/function pair for bulk registration via x_callable_bind_table().

Field Documentation

◆ fn

x_fn_t x_callable_entry_t::fn

C primitive function pointer.

◆ name

x_char_t* x_callable_entry_t::name

Symbol name to bind.


The documentation for this struct was generated from the following file: