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

Data Fields

int nArg
 
int nUsed
 
sqlite3_value ** apArg
 

Detailed Description

Definition at line 19445 of file sqlite3.c.

Field Documentation

◆ apArg

sqlite3_value** PrintfArguments::apArg

Definition at line 19448 of file sqlite3.c.

◆ nArg

int PrintfArguments::nArg

Definition at line 19446 of file sqlite3.c.

Referenced by getDoubleArg().

◆ nUsed

int PrintfArguments::nUsed

Definition at line 19447 of file sqlite3.c.

Referenced by getDoubleArg().


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