hsmet  1.0.0
he-pause.h
1 #ifndef HE_PAUSE_H_INCLUDED
2 #define HE_PAUSE_H_INCLUDED 1
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
11 void
12 hsm_et_pause(const char *prompt);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif