source: git/ntl/src/GetTime5.c @ 6ce030f

spielwiese
Last change on this file since 6ce030f was 09da99, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: NTL- 5.3.1 git-svn-id: file:///usr/local/Singular/svn/trunk@6910 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 277 bytes
Line 
1#include <NTL/config.h>
2
3#if (defined(NTL_CXX_ONLY) && !defined(__cplusplus))
4#error "CXX_ONLY flag set...must use C++ compiler"
5#endif
6
7
8#if (defined(__cplusplus) && !defined(NTL_CXX_ONLY))
9extern "C" double _ntl_GetTime();
10#endif
11
12
13double _ntl_GetTime(void)
14{
15   return 0;
16}
Note: See TracBrowser for help on using the repository browser.