Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a016e80f
Commit
a016e80f
authored
May 24, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(strstr, strncmp, strlen): Remove declarations.
From-SVN: r9809
parent
b67e2a2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
gcc/cplus-dem.c
+0
-5
No files found.
gcc/cplus-dem.c
View file @
a016e80f
...
@@ -41,11 +41,6 @@ mystrstr (s1, s2)
...
@@ -41,11 +41,6 @@ mystrstr (s1, s2)
char
*
s1
,
*
s2
;
char
*
s1
,
*
s2
;
{
{
register
char
*
p
=
s1
;
register
char
*
p
=
s1
;
extern
char
*
strchr
();
extern
int
strncmp
();
#if __GNUC__==2
extern
__SIZE_TYPE__
strlen
();
#endif
register
int
len
=
strlen
(
s2
);
register
int
len
=
strlen
(
s2
);
for
(;
(
p
=
strchr
(
p
,
*
s2
))
!=
0
;
p
++
)
for
(;
(
p
=
strchr
(
p
,
*
s2
))
!=
0
;
p
++
)
...
...
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