mikroSDK Reference Manual
syslog_client_misc.h
Go to the documentation of this file.
1
31#ifndef _SYSLOG_CLIENT_MISC_H
32#define _SYSLOG_CLIENT_MISC_H
33
34//Dependencies
35#include "core/net.h"
37#include "date_time.h"
38
39//C++ guard
40#ifdef __cplusplus
41extern "C" {
42#endif
43
44//Syslog client related functions
45size_t syslogClientFormatTimestamp(time_t time, char_t *buffer);
46
47//C++ guard
48#ifdef __cplusplus
49}
50#endif
51
52#endif
Date and time management.
TCP/IP stack core.
Syslog client.