AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
This commit is contained in:
@@ -3,22 +3,23 @@
|
||||
/* ::: :::::::: */
|
||||
/* irc.hpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* By: vavaas <vavaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/29 13:24:01 by vvaas #+# #+# */
|
||||
/* Updated: 2024/01/21 14:20:31 by vvaas ### ########.fr */
|
||||
/* Created: 2023/11/29 13:24:01 by vavaas #+# #+# */
|
||||
/* Updated: 2024/01/22 09:46:18 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
#ifndef IRC_H
|
||||
# define IRC_H
|
||||
#ifndef __IRC__
|
||||
#define __IRC__
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <unistd.h>
|
||||
#include <cstdlib>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
# include <iostream>
|
||||
# include <string>
|
||||
# include <sys/socket.h>
|
||||
# include <netinet/in.h>
|
||||
# include <unistd.h>
|
||||
# include <cstdlib>
|
||||
# include <sys/socket.h>
|
||||
# include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user