FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/Include/pgenheaders.h at pythoncapi · pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
Include
/
pgenheaders.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (37 loc) · 1.19 KB
Breadcrumbs
cpython
/
Include
/
pgenheaders.h
Copy path
File metadata and controls
43 lines (37 loc) · 1.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#ifndef
Py_PGENHEADERS_H
#define
Py_PGENHEADERS_H
#ifdef
__cplusplus
extern
"C"
{
#endif
/* Include files and extern declarations used by most of the parser. */
#include
"Python.h"
PyAPI_FUNC
(
void
)
PySys_WriteStdout
(
const
char
*
format
, ...)
Py_GCC_ATTRIBUTE
((
format
(
printf
,
1
,
2
)));
PyAPI_FUNC
(
void
)
PySys_WriteStderr
(
const
char
*
format
, ...)
Py_GCC_ATTRIBUTE
((
format
(
printf
,
1
,
2
)));
#define
addarc
_Py_addarc
#define
addbit
_Py_addbit
#define
adddfa
_Py_adddfa
#define
addfirstsets
_Py_addfirstsets
#define
addlabel
_Py_addlabel
#define
addstate
_Py_addstate
#define
delbitset
_Py_delbitset
#define
dumptree
_Py_dumptree
#define
findlabel
_Py_findlabel
#define
freegrammar
_Py_freegrammar
#define
mergebitset
_Py_mergebitset
#define
meta_grammar
_Py_meta_grammar
#define
newbitset
_Py_newbitset
#define
newgrammar
_Py_newgrammar
#define
pgen
_Py_pgen
#define
printgrammar
_Py_printgrammar
#define
printnonterminals
_Py_printnonterminals
#define
printtree
_Py_printtree
#define
samebitset
_Py_samebitset
#define
showtree
_Py_showtree
#define
tok_dump
_Py_tok_dump
#define
translatelabels
_Py_translatelabels
#ifdef
__cplusplus
}
#endif
#endif
/* !Py_PGENHEADERS_H */
Back
|
FazBrowse Home
|
New Git URL