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
1d2e9d19
Kaydet (Commit)
1d2e9d19
authored
Eyl 17, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Duplicate the decls for PySys_WriteStd{out,err} here so the VC++
compiler doesn't grumble. Greg Stein's suggestion.
üst
e0bdf99c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
pgenheaders.h
Include/pgenheaders.h
+9
-0
No files found.
Include/pgenheaders.h
Dosyayı görüntüle @
1d2e9d19
...
...
@@ -61,6 +61,15 @@ PERFORMANCE OF THIS SOFTWARE.
#include "pydebug.h"
#ifdef HAVE_STDARG_PROTOTYPES
void
PySys_WriteStdout
(
const
char
*
format
,
...);
void
PySys_WriteStderr
(
const
char
*
format
,
...);
#else
/* Better to have no prototypes at all for varargs functions in this case */
void
PySys_WriteStdout
();
void
PySys_WriteStderr
();
#endif
#define addarc _Py_addarc
#define addbit _Py_addbit
#define adddfa _Py_adddfa
...
...
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