Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
e81c806b
Kaydet (Commit)
e81c806b
authored
Agu 13, 2010
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
De-duplicate contents of pytime.h
üst
4d224091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
35 deletions
+0
-35
pytime.h
Include/pytime.h
+0
-35
No files found.
Include/pytime.h
Dosyayı görüntüle @
e81c806b
...
...
@@ -33,38 +33,3 @@ PyAPI_FUNC(void) _PyTime_Init(void);
#endif
#endif
/* Py_PYTIME_H */
#ifndef Py_PYTIME_H
#define Py_PYTIME_H
#include "pyconfig.h"
/* include for defines */
/**************************************************************************
Symbols and macros to supply platform-independent interfaces to time related
functions and constants
**************************************************************************/
#ifdef __cplusplus
extern
"C"
{
#endif
#ifdef HAVE_GETTIMEOFDAY
typedef
struct
timeval
_PyTime_timeval
;
#else
typedef
struct
{
time_t
tv_sec
;
/* seconds since Jan. 1, 1970 */
long
tv_usec
;
/* and microseconds */
}
_PyTime_timeval
;
#endif
/* Similar to POSIX gettimeofday but cannot fail. If system gettimeofday
* fails or is not available, fall back to lower resolution clocks.
*/
PyAPI_FUNC
(
void
)
_PyTime_gettimeofday
(
_PyTime_timeval
*
tp
);
/* Dummy to force linking. */
PyAPI_FUNC
(
void
)
_PyTime_Init
(
void
);
#ifdef __cplusplus
}
#endif
#endif
/* Py_PYTIME_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment