選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

http.h 156B

1234567
  1. #ifndef HTTP_H
  2. #define HTTP_H
  3. extern int http(const char *url,
  4. int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
  5. #endif /* HTTP_H */