M
Mike Chirico
For a C http_post example ref:
http://souptonuts.sourceforge.net/code/http_post.c.html
Regards,
Mike
http://souptonuts.sourceforge.net/code/http_post.c.html
Regards,
Mike
For a C http_post example ref:
http://souptonuts.sourceforge.net/code/http_post.c.html
Regards,
Mike
Mike said:#include <arpa/inet.h>
#include <assert.h>
#include <errno.h>
#include <netinet/in.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
<snip>#include <arpa/inet.h>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.