@web-font-path: "roboto-debian.css";
v2.0.0 (RP2040)
Loading...
Searching...
No Matches
7#ifndef _PICO_LLVM_LIBC_TIME_H
8#define _PICO_LLVM_LIBC_TIME_H
10#include <__llvm-libc-common.h>
12#include <llvm-libc-types/struct_tm.h>
13#include <llvm-libc-types/time_t.h>
17time_t mktime(
struct tm* arg);
18struct tm* localtime_r(
const time_t* timer,
struct tm* buf);