main.h 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // main.h // RandomChat // // Created by 강현태 on 2017. 12. 19.. // Copyright © 2017년 KHU. All rights reserved. // #ifndef main_h #define main_h #include <stdio.h> #include "Server.h" #endif /* main_h */