abfInit()
Initializes the ABF library.
Syntax
intabfInit();
Return Value
- 0
- On success
- 1
- On failure
Example
int ret;
ret = abfInit();
if (ret)
{
/* post error message */
}
Initializes the ABF library.
intabfInit();
int ret;
ret = abfInit();
if (ret)
{
/* post error message */
}