xref
: /
freebsd
/
usr.bin
/
indent
/
tests
/
ps.0
(revision 7ef62cebc2f965b0f640263e179276928885e33d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct s { int i; };
2
void f(struct s *p) {
3
p->i--;
4
}
5