RetroArch
Macros | Functions
udp-test.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <arpa/inet.h>
#include <sys/socket.h>
Include dependency graph for udp-test.c:

Macros

#define SERVER   "127.0.0.1"
 
#define PORT   55400
 

Functions

void die (char *s)
 
int main (void)
 

Macro Definition Documentation

◆ PORT

#define PORT   55400

◆ SERVER

#define SERVER   "127.0.0.1"

Function Documentation

◆ die()

void die ( char *  s)
Here is the caller graph for this function:

◆ main()

int main ( void  )
Here is the call graph for this function: