School/IKEA_scrapper/.venv/Lib/site-packages/aiohttp/_find_header.h
2021-09-08 21:48:25 +03:00

15 lines
170 B
C

#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