7 lines
83 B
C
7 lines
83 B
C
#ifndef __HANDLE_H__
|
|
#define __HANDLE_H__
|
|
|
|
void enter_handle(char *value);
|
|
|
|
#endif
|