7 lines
96 B
C
7 lines
96 B
C
#ifndef _DATES_H
|
|
#define _DATES_H
|
|
|
|
char * hb_dtoc (char * szDate, char * szDateFormat);
|
|
|
|
#endif
|