|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <sys/types.h>#include <unistd.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <usrsctp.h>Macros | |
| #define | BUFFER_SIZE 10240 |
Functions | |
| void | debug_printf (const char *format,...) |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | use_cb = 0 |
| #define BUFFER_SIZE 10240 |
| void debug_printf | ( | const char * | format, |
| ... | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| const int use_cb = 0 |
1.8.13