This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/ctime.h

19 lines
303 B
C

/* ctime.h
Standard C header file wrapper for time.h
*/
/*
* C/C++ Run Time Library - Version 10.0
*
* Copyright (c) 1997, 2000 by Inprise Corporation
* All Rights Reserved.
*
*/
/* $Revision: 9.0 $ */
#define __USING_CNAME__
#include <time.h>
#undef __USING_CNAME__