About
Contact
QtCreator
KDevelop
Solarized
1
#
ifndef
__LENGTH_H__
2
#define
__LENGTH_H__
3
4
#include
"a.h"
5
6
int
length
(
A
&
a
);
7
8
#
endif
9