This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
e1a3a1c136
ack
/
lang
/
basic
/
lib
/
asrt.c
10 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
Now using correct RCS identification
1985-01-21 12:47:04 +00:00
/* $Header$ */
*** empty log message ***
1984-11-29 14:22:02 +00:00
asrt
(
b
)
{
if
(
!
b
)
{
printf
(
"
ASSERTION ERROR
\n
"
)
;
abort
(
)
;
}
}
Reference in a new issue
Copy permalink