avr-fw-modules/core/include/stddef.h

10 lines
99 B
C
Executable File

#pragma once
#include_next <stddef.h>
typedef int wchar_t;
#ifndef NULL
#define NULL 0L
#endif