Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
49c70a7a
Commit
49c70a7a
authored
Aug 19, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added declaration for *PyMarshal_WriteObjectToString().
parent
8b51d227
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Include/marshal.h
Include/marshal.h
+1
-0
No files found.
Include/marshal.h
View file @
49c70a7a
...
...
@@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
void
PyMarshal_WriteLongToFile
Py_PROTO
((
long
,
FILE
*
));
void
PyMarshal_WriteShortToFile
Py_PROTO
((
int
,
FILE
*
));
void
PyMarshal_WriteObjectToFile
Py_PROTO
((
PyObject
*
,
FILE
*
));
PyObject
*
PyMarshal_WriteObjectToString
Py_PROTO
((
PyObject
*
));
long
PyMarshal_ReadLongFromFile
Py_PROTO
((
FILE
*
));
int
PyMarshal_ReadShortFromFile
Py_PROTO
((
FILE
*
));
...
...
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