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 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.
13f024c978
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '13f024c978'
${ noResults }
extra-dependencies
/
debian
/
uncrustify-trinity
/
uncrustify-trinity-0.72.0
/
tests
/
expected
/
c
/
00620-indent-assign.c
15 lines
141 B
Raw
Blame
History
void
foo
(
void
)
{
int
a
;
junk
(
a
=
3
)
;
}
void
f
(
)
{
int
x
=
size_t
(
1.0
)
+
2
;
int
y
=
(
size_t
(
1.0
)
+
5
)
;
}
View Git Blame
Copy Permalink