mirror of https://github.com/nodejs/node.git
13 lines
235 B
C
13 lines
235 B
C
|
#ifndef __INF_COVER_H__
|
||
|
#define __INF_COVER_H__
|
||
|
|
||
|
void cover_support(void);
|
||
|
void cover_wrap(void);
|
||
|
void cover_back(void);
|
||
|
void cover_inflate(void);
|
||
|
void cover_trees(void);
|
||
|
void cover_fast(void);
|
||
|
|
||
|
void cover_CVE_2022_37434(void);
|
||
|
#endif
|