|
Banjo API 1.0.0-rc.2
Low-level C99 game development API
|
#include <banjo/log.h>#include <banjo/main.h>#include <banjo/net.h>#include <banjo/system.h>#include <banjo/time.h>#include <stdio.h>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[]) |
| #define BROADCAST_ADDR "255.255.255.255" |
Definition at line 19 of file net_udp_broadcast_send.c.
Referenced by main().
| #define PORT 9999 |
Definition at line 18 of file net_udp_broadcast_send.c.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 21 of file net_udp_broadcast_send.c.