RTL00ConsoleROM/lib/libc/assert.h
2016-09-26 17:55:41 +03:00

7 lines
67 B
C

#ifndef _ASSERT_H_
#define _ASSERT_H_
#include <stdio.h>
#endif