Defines | Functions
multi-single.c File Reference
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <curl/curl.h>
Include dependency graph for multi-single.c:

Go to the source code of this file.

Defines

#define WAITMS(x)

Functions

int main (void)

Define Documentation

#define WAITMS (   x)
Value:
struct timeval wait = { 0, (x) * 1000 };      \
  (void)select(0, NULL, NULL, NULL, &wait);

Definition at line 41 of file multi-single.c.


Function Documentation

int main ( void  )

Definition at line 49 of file multi-single.c.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:09