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
9bb28c1b
Commit
9bb28c1b
authored
Mar 24, 2008
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Mar 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* md5.h: Add extern "C" when compiled with C++.
From-SVN: r133495
parent
7837ac3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
include/ChangeLog
+4
-0
include/md5.h
+8
-0
No files found.
include/ChangeLog
View file @
9bb28c1b
2008-03-24 Ian Lance Taylor <iant@google.com>
* md5.h: Add extern "C" when compiled with C++.
2008-03-21 Ian Lance Taylor <iant@google.com>
* filenames.h: Add extern "C" when compiled with C++.
...
...
include/md5.h
View file @
9bb28c1b
...
...
@@ -21,6 +21,10 @@
#ifndef _MD5_H
#define _MD5_H 1
#ifdef __cplusplus
extern
"C"
{
#endif
#include <stdio.h>
#if defined HAVE_LIMITS_H || _LIBC
...
...
@@ -138,4 +142,8 @@ extern int md5_stream (FILE *stream, void *resblock);
digest. */
extern
void
*
md5_buffer
(
const
char
*
buffer
,
size_t
len
,
void
*
resblock
);
#ifdef __cplusplus
}
#endif
#endif
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