Banjo API 1.0.0-rc.2
Low-level C99 game development API
Loading...
Searching...
No Matches
net_udp_broadcast_send.c File Reference
#include <banjo/log.h>
#include <banjo/main.h>
#include <banjo/net.h>
#include <banjo/system.h>
#include <banjo/time.h>
#include <stdio.h>
Include dependency graph for net_udp_broadcast_send.c:

Go to the source code of this file.

Macros

#define PORT   9999
#define BROADCAST_ADDR   "255.255.255.255"

Functions

int main (int argc, char *argv[])

Macro Definition Documentation

◆ BROADCAST_ADDR

#define BROADCAST_ADDR   "255.255.255.255"
Examples
net_udp_broadcast_send.c.

Definition at line 19 of file net_udp_broadcast_send.c.

Referenced by main().

◆ PORT

#define PORT   9999

Definition at line 18 of file net_udp_broadcast_send.c.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 21 of file net_udp_broadcast_send.c.