Added showhelp

This commit is contained in:
2017-12-16 22:22:02 +01:00
parent 27fe8029dc
commit 8b5b2edb0f
4 changed files with 23 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#include<stdio.h> //printf
#include<string.h> //memset, strtok
#include<stdlib.h> //exit(0);
#include<arpa/inet.h>
#include<sys/socket.h>
#include <stdio.h> //printf
#include <string.h> //memset, strtok
#include <stdlib.h> //exit(0);
#include <arpa/inet.h>
#include <sys/socket.h>
#include <unistd.h> //close()
#include "udpserver.h"
@@ -13,7 +13,6 @@
//#define PORT 8888
#include "udpserver.h"
void die(char *s)
{
perror(s);