#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <netdb.h>

#define MY_LEN         ((int)(rand()%25)) // my penis's size is ever-changing
#define MY_WID         ((int)(rand()%25)) // only idiots get rand #'s this way
#define PENIS_PORT                   6969 // standard port from px25 RFC.

struct penis {
  float p_length;
  float p_width;
  struct penis *next;
};
char odata[]= "PENIS PACKET SWITCHER"; // read rfc.


syntax highlighted by Code2HTML, v. 0.9.1