micro68/runtime/stddef.h
2026-08-04 18:27:00 +09:00

6 lines
75 B
C

#ifndef __STDDEF_H__
#define __STDDEF_H__
#define NULL ((void*)0)
#endif