Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Asib27
/
github_repo_scraped
like
0
License:
apache-2.0
Dataset card
Files
Files and versions
Community
e19f295
github_repo_scraped
/
repos
/
aio-libs-aiohttp-b668a0b
/
aiohttp
/
_find_header.h
Asib27
try 1
065fee7
verified
4 months ago
raw
Copy download link
history
blame
Safe
170 Bytes
#
ifndef
_FIND_HEADERS_H
#
define
_FIND_HEADERS_H
#
ifdef
__cplusplus
extern
"C"
{
#
endif
int
find_header
(
const
char
*str,
int
size)
;
#
ifdef
__cplusplus
}
#
endif
#
endif