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