open62541
1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
deps
atoi.h
Go to the documentation of this file.
1
#ifndef ATOI_H
2
#define ATOI_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#include <
open62541/types.h
>
9
10
size_t
atoiUnsigned
(
const
char
*pos,
size_t
size,
UA_UInt64
*result);
11
size_t
atoiSigned
(
const
char
*pos,
size_t
size,
UA_Int64
*result);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
/* ATOI_H */
18
atoiSigned
size_t atoiSigned(const char *pos, size_t size, UA_Int64 *result)
atoiUnsigned
size_t atoiUnsigned(const char *pos, size_t size, UA_UInt64 *result)
types.h
UA_UInt64
uint64_t UA_UInt64
Definition
types.h:66
UA_Int64
int64_t UA_Int64
Definition
types.h:61
Generated by
1.11.0