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
f57c1703
Kaydet (Commit)
f57c1703
authored
Eyl 29, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove #ifdef __cplusplus.
üst
ff8c9dab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
config.h
PC/config.h
+6
-6
No files found.
PC/config.h
Dosyayı görüntüle @
f57c1703
#ifndef Py_CONFIG_H
#define Py_CONFIG_H
#ifdef __cplusplus
extern
"C"
{
#endif
/* config.h. NOT Generated automatically by configure.
...
...
@@ -106,6 +103,9 @@ typedef int pid_t;
/* Windows 3.1 will not tolerate any console io in a dll */
#ifdef _USRDLL
#include <time.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#define stdin ((FILE *)0)
#define stdout ((FILE *)1)
#define stderr ((FILE *)2)
...
...
@@ -125,6 +125,9 @@ clock_t clock();
void
_exit
(
int
);
void
exit
(
int
);
int
sscanf
(
const
char
*
,
const
char
*
,
...);
#ifdef __cplusplus
}
#endif
#endif
/* _USRDLL */
#ifndef NETSCAPE_PI
/* use sockets, but not in a Netscape dll */
...
...
@@ -465,7 +468,4 @@ typedef int pid_t;
/* Define if you have the thread library (-lthread). */
/* #undef HAVE_LIBTHREAD */
#ifdef __cplusplus
}
#endif
#endif
/* !Py_CONFIG_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