This website works better with JavaScript.
Explore
Help
Sign In
TDE
/
extra-dependencies
mirror of
https://mirror.git.trinitydesktop.org/gitea/TDE/extra-dependencies.git
Watch
0
Star
0
Fork
You've already forked extra-dependencies
0
Code
Issues
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50db5abdfd
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '50db5abdfd'
${ noResults }
extra-dependencies
/
debian
/
uncrustify-trinity
/
uncrustify-trinity-0.78.1
/
tests
/
expected
/
c
/
10052-Issue_3472.c
31 lines
266 B
C
Raw
Blame
History
int
a
,
b
;
int
main
(
)
{
if
(
a
&
&
b
)
{
return
1
;
}
if
(
a
&
&
b
)
{
return
2
;
}
if
(
a
&
&
b
)
{
return
3
;
}
if
(
a
&
&
b
)
{
return
4
;
}
return
0
;
}
View Git Blame
Copy Permalink