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
14da5801
Commit
14da5801
authored
Oct 30, 1990
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added prototype for sortlist().
parent
84c76f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Include/listobject.h
Include/listobject.h
+1
-0
No files found.
Include/listobject.h
View file @
14da5801
...
...
@@ -24,3 +24,4 @@ extern object *getlistitem PROTO((object *, int));
extern
int
setlistitem
PROTO
((
object
*
,
int
,
object
*
));
extern
int
inslistitem
PROTO
((
object
*
,
int
,
object
*
));
extern
int
addlistitem
PROTO
((
object
*
,
object
*
));
extern
int
sortlist
PROTO
((
object
*
));
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