cJSON_LibIsLoaded

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > cJSON > CJSon low level interface >

cJSON_LibIsLoaded

 

Description

 
cJSON library is dependant from other libraries like "Redistributable Visual C Runtime for Visual Studio 2015/2017"

This function will return %TRUE or %FALSE depending on if cJSON library was correctly loaded or some of the needed dependencies are missing.

 

Syntax

 

n = cJSON_LibIsLoaded[()]

 

Returns

 

Number: %TRUE or %FALSE

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples