* include/time.h (strftime): Remove duplicate declaration.

This commit is contained in:
Danny Smith
2003-04-07 01:31:37 +00:00
parent 3f26a1aeb7
commit 29d0fe3f74
2 changed files with 4 additions and 1 deletions

View File

@ -125,7 +125,6 @@ extern _CRTIMP void __cdecl _tzset (void);
extern _CRTIMP void __cdecl tzset (void);
#endif
_CRTIMP size_t __cdecl strftime(char*, size_t, const char*, const struct tm*);
_CRTIMP char* __cdecl _strdate(char*);
_CRTIMP char* __cdecl _strtime(char*);