Skip to main content

pxs_newlist

Function pxs_newlist 

Source
#[unsafe(no_mangle)]
pub extern "C" fn pxs_newlist() -> *mut pxs_Var
Expand description

Create a new pxs_VarList.

This does not take any arguments. To add to a list, you must call pxs_var_list_add(ptr, item)