8 lines
77 B
C
8 lines
77 B
C
|
#ifndef _PTIC_H
|
||
|
#define _PTIC_H
|
||
|
|
||
|
int ProcessTic(fa_list *, char *);
|
||
|
|
||
|
#endif
|
||
|
|