11 lines
112 B
C
11 lines
112 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _DATES_H
|
|
#define _DATES_H
|
|
|
|
char * hb_dtoc (char * szDate, char * szDateFormat);
|
|
|
|
#endif
|