Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Ftypes Union Reference

Data Fields

float f
 
double d
 
lua_Number n
 
char buff [5 *sizeof(lua_Number)]
 

Detailed Description

Definition at line 1142 of file lua-5.3.6/src/lstrlib.c.

Field Documentation

◆ buff

char Ftypes::buff[5 *sizeof(lua_Number)]

Definition at line 1146 of file lua-5.3.6/src/lstrlib.c.

Referenced by str_pack(), and str_unpack().

◆ d

double Ftypes::d

Definition at line 1144 of file lua-5.3.6/src/lstrlib.c.

Referenced by str_pack(), and str_unpack().

◆ f

float Ftypes::f

Definition at line 1143 of file lua-5.3.6/src/lstrlib.c.

Referenced by str_pack(), and str_unpack().

◆ n

lua_Number Ftypes::n

Definition at line 1145 of file lua-5.3.6/src/lstrlib.c.

Referenced by str_pack(), and str_unpack().


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