10 lines
72 B
C
10 lines
72 B
C
|
#ifndef _SIGNAME_H
|
||
|
#define _SIGNAME_H
|
||
|
|
||
|
|
||
|
char SigName[32][16];
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|