EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHmd5Utils.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHmd5Utils.h
1
#ifndef __PHMD5UTILS_H__
2
#define __PHMD5UTILS_H__
3
4
#include "stdio.h"
5
6
7
#ifdef __cplusplus
8
extern
"C"
9
{
10
#endif
11
12
13
int
PHmd5Stream
(FILE *stream,
unsigned
char
*digest,
int
* filesize);
14
15
int
PHmd5File
(
const
char
*
filename
,
unsigned
char
*digest,
int
* filesize);
16
17
18
19
#ifdef __cplusplus
20
}
/* end extern "C" */
21
#endif
22
23
24
#endif
/* __PHMD5UTILS_H__ */
online_distribution
blob
master
newbasic
PHmd5Utils.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:55
using
1.8.2 with
EIC GitHub integration