This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
DragonOS-Community
/
mini-backtrace
miroir de
https://github.com/DragonOS-Community/mini-backtrace.git
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
e0b1d90940
Branches
Tags
main
mini-backtrace
/
include
/
assert.h
assert.h
75 B
Historique
Raw
1
2
3
4
5
6
#ifndef __ASSERT_H
#define __ASSERT_H
#define assert(x) ((void)0)
#endif