mirror of
https://github.com/Fishwaldo/pico-sdk.git
synced 2025-07-23 05:18:28 +00:00
parent
3c53029c24
commit
0fdf543126
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
|
||||
#include "pico.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/** \file datetime.h
|
||||
* \defgroup util_datetime datetime
|
||||
* \brief Date/Time formatting
|
||||
|
@ -24,4 +28,7 @@
|
|||
*/
|
||||
void datetime_to_str(char *buf, uint buf_size, const datetime_t *t);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue