Files
harbour-core/harbour/include/dates.h

11 lines
112 B
C

/*
* $Id$
*/
#ifndef _DATES_H
#define _DATES_H
char * hb_dtoc (char * szDate, char * szDateFormat);
#endif