This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
DragonOS-Community
/
mini-backtrace
zrcadlo
https://github.com/DragonOS-Community/mini-backtrace.git
Sledovat
4
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
e0b1d90940
Větve
Značky
main
mini-backtrace
/
include
/
assert.h
assert.h
75 B
Historie
Surový
1
2
3
4
5
6
#ifndef __ASSERT_H
#define __ASSERT_H
#define assert(x) ((void)0)
#endif