mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Move headers to include/libc * stddef * move math.h * General cleanup * move fabs, sqrtf and sqrt to math.h * move alloca and assert * whoops
5 lines
42 B
C
5 lines
42 B
C
#ifndef ASSERT_H
|
|
#define ASSERT_H
|
|
|
|
#endif
|