6 lines
85 B
C
6 lines
85 B
C
#ifndef __ATTESTATION_H__
|
|
#define __ATTESTATION_H__
|
|
int attestation( void );
|
|
|
|
#endif
|