7 lines
86 B
C
7 lines
86 B
C
#ifndef __ATTESTATION_H__
|
|
#define __ATTESTATION_H__
|
|
|
|
int attestation( void );
|
|
|
|
#endif
|