This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
DragonOS-Community
/
mini-backtrace
tükrözi:
https://github.com/DragonOS-Community/mini-backtrace.git
Figyelés
4
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
e0b1d90940
Branch-ok
Tag-ek
main
mini-backtrace
/
include
/
assert.h
assert.h
75 B
Előzmények
Nyers
1
2
3
4
5
6
#ifndef __ASSERT_H
#define __ASSERT_H
#define assert(x) ((void)0)
#endif