@web-font-path: "roboto-debian.css";
v2.1.1 (RP2040)
Loading...
Searching...
No Matches
7#ifndef _PICO_LLVM_LIBC_SYS_TIME_H
8#define _PICO_LLVM_LIBC_SYS_TIME_H
10#include <__llvm-libc-common.h>
12#include <llvm-libc-types/struct_timeval.h>
21int gettimeofday(
struct timeval *tv,
struct timezone *tz);
22int settimeofday(
const struct timeval *tv,
const struct timezone *tz);