Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / aiohttp   python

Repository URL to install this package:

/ _find_header.h

#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