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
6778fd05f9
ack
/
lang
/
basic
/
lib
/
trace.c
8 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Warning-fix and protoise the basic library.
2018-06-23 22:35:51 +00:00
#
include
<stdio.h>
#
include
"lib.h"
*** empty log message ***
1984-11-29 14:22:02 +00:00
Ansify function definitions.
2016-12-12 20:15:25 +00:00
void
_trace
(
int
i
)
Run lang/basic/lib through clang-format.
2016-12-12 20:16:32 +00:00
{
printf
(
"
[%d]
"
,
i
)
;
*** empty log message ***
1984-11-29 14:22:02 +00:00
}
Reference in a new issue
Copy permalink