micro68/runtime/stddef.h

6 lines
75 B
C
Raw Normal View History

2026-08-03 03:28:56 +09:00
#ifndef __STDDEF_H__
#define __STDDEF_H__
#define NULL ((void*)0)
#endif