open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
atoi.h File Reference
#include <open62541/types.h>

Go to the source code of this file.

Functions

size_t atoiUnsigned (const char *pos, size_t size, UA_UInt64 *result)
 
size_t atoiSigned (const char *pos, size_t size, UA_Int64 *result)
 

Function Documentation

◆ atoiUnsigned()

size_t atoiUnsigned ( const char * pos,
size_t size,
UA_UInt64 * result )

◆ atoiSigned()

size_t atoiSigned ( const char * pos,
size_t size,
UA_Int64 * result )