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

10 lines
99 B
C
Raw Normal View History

2017-09-27 13:25:39 +02:00
#pragma once
#include_next <stddef.h>
typedef int wchar_t;
#ifndef NULL
#define NULL 0L
#endif