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
Tree:
13df55e03f
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '13df55e03f'
${ noResults }
trace
/
res
/
002-compilation-units.c
10 lines
96 B
Raw
Normal View
History
Unescape
Escape
Multiple compilation units
3 years ago
#
include
"002-compilation-units.h"
int
main
(
void
)
{
int
a
=
3
;
int
b
=
foo
(
a
)
;
return
(
b
)
;
}