Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3fd4087d
Commit
3fd4087d
authored
Jan 11, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Jan 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define qsort and bsearch in stdlib.h.
parent
4d28cc88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
stdlib.h
include/msvcrt/stdlib.h
+4
-0
No files found.
include/msvcrt/stdlib.h
View file @
3fd4087d
...
...
@@ -189,6 +189,10 @@ double MSVCRT(strtod)(const char*,char**);
long
MSVCRT
(
strtol
)(
const
char
*
,
char
**
,
int
);
unsigned
long
MSVCRT
(
strtoul
)(
const
char
*
,
char
**
,
int
);
int
MSVCRT
(
system
)(
const
char
*
);
void
*
MSVCRT
(
bsearch
)(
const
void
*
,
const
void
*
,
MSVCRT
(
size_t
),
MSVCRT
(
size_t
),
int
(
*
)(
const
void
*
,
const
void
*
));
void
MSVCRT
(
qsort
)(
void
*
,
MSVCRT
(
size_t
),
MSVCRT
(
size_t
),
int
(
*
)(
const
void
*
,
const
void
*
));
#ifndef MSVCRT_WSTDLIB_DEFINED
#define MSVCRT_WSTDLIB_DEFINED
...
...
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