xref
: /
freebsd
/
usr.bin
/
indent
/
tests
/
ps.0
(revision e51b3d8e53cee7d6a36e34e1cd4d588593d71b40)
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