bomberstudent_server.c 308 B

1234567891011121314151617
  1. /*
  2. * File: bomberstudent_server.c
  3. * Author: Arthur Brandao
  4. *
  5. * Created on 14 novembre 2018
  6. */
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <pthread.h>
  10. #include "server.h"
  11. #include "bomberstudent_server.h"
  12. /* --- Fonctions publiques --- */
  13. boolean launch_udp_server(int port){
  14. return false;
  15. }