10 lines
71 B
C
10 lines
71 B
C
#ifndef _VIADATE_H
|
|
#define _VIADATE_H
|
|
|
|
|
|
char *viadate(void);
|
|
|
|
|
|
#endif
|
|
|