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
/
002-compilation-units.c
9 lines
96 B
Raw
Blame
History
#
include
"002-compilation-units.h"
int
main
(
void
)
{
int
a
=
3
;
int
b
=
foo
(
a
)
;
return
(
b
)
;
}
Reference in new issue
Copy Permalink