1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _PICO_STDLIB_H_ #define _PICO_STDLIB_H_ #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include "piolib.h" #endif