Ver Fonte

:tada: Ajout fichier serveur bomberstudent

Arthur Brandao há 6 anos atrás
pai
commit
cd06f39b2b
2 ficheiros alterados com 23 adições e 0 exclusões
  1. 10 0
      Serveur/bomberstudent_server.c
  2. 13 0
      Serveur/bomberstudent_server.h

+ 10 - 0
Serveur/bomberstudent_server.c

@@ -0,0 +1,10 @@
+/* 
+ * File:   bomberstudent_server.c
+ * Author: Arthur Brandao
+ *
+ * Created on 14 novembre 2018
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include "bomberstudent_server.h"

+ 13 - 0
Serveur/bomberstudent_server.h

@@ -0,0 +1,13 @@
+/* 
+ * File:   bomberstudent_server.h
+ * Author: Arthur Brandao
+ *
+ * Created on 14 novembre 2018
+ */
+
+#ifndef BOMBERSTUDENT_SERVER_H
+#define BOMBERSTUDENT_SERVER_H
+
+
+#endif /* BOMBERSTUDENT_SERVER_H */
+