This website requires JavaScript.
Explore
Help
Register
Sign In
netease
/
SmartAudio
Watch
1
Star
0
Fork
You've already forked SmartAudio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8024690f68
SmartAudio
/
package
/
avs
/
libsensory
/
files
/
wrapper
/
chk
/
chk_fail.c
10 lines
82 B
C
Executable File
Raw
Blame
History
void
a_crash
(
void
)
{
exit
(
-
1
)
;
}
void
__chk_fail
(
void
)
{
a_crash
(
)
;
for
(
;
;
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink