open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Structures | Functions
libc_time.h File Reference

Go to the source code of this file.

Data Structures

struct  musl_tm
 

Functions

int musl_secs_to_tm (long long t, struct musl_tm *tm)
 
long long musl_tm_to_secs (const struct musl_tm *tm)
 

Function Documentation

◆ musl_secs_to_tm()

int musl_secs_to_tm ( long long  t,
struct musl_tm tm 
)

◆ musl_tm_to_secs()

long long musl_tm_to_secs ( const struct musl_tm tm)