11 lines
98 B
C
11 lines
98 B
C
|
#ifndef _EMSIDAT_H
|
||
|
#define _EMSIDAT_H
|
||
|
|
||
|
|
||
|
char *mkemsidat(int);
|
||
|
int scanemsidat(char *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|