Macros | 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.

Macros

#define WAITMS(x)
 

Functions

int main (void)
 

Macro Definition Documentation

◆ WAITMS

#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

◆ main()

int main ( void  )

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

wait
void wait(int seconds)
timeval
Definition: curl_setup_once.h:110


rc_tagdetect_client
Author(s): Monika Florek-Jasinska , Raphael Schaller
autogenerated on Sun May 15 2022 02:25:02