This website works better with JavaScript.
Explore
Help
Sign In
aolo2
/
trace
Watch
1
Star
1
Fork
You've already forked trace
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
DWARF stuff...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23
Commits
1
Branch
0
Tags
153 KiB
C
98%
Shell
1.2%
Roff
0.8%
Tree:
13df55e03f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '13df55e03f'
${ noResults }
trace
/
res
/
001-simple-inc.c
5 lines
57 B
Raw
Blame
History
int
foo
(
int
a
)
{
int
b
=
a
+
1
;
return
(
b
/
10
)
;
}
Reference in new issue
Copy Permalink