The purpose of this project is to code a small data exchange program using UNIX signals(a communication program in the form of a client and server).
This repository contains the bonuses (support Unicode characters and the server confirms every signal received by sending a signal to the client). Subject is presented in the en.subject.pdf
Using Makefile you can create library file libftprintf.a
make
to compile mandatory part.make bonus
to compile with bonuses(ACK and UNICODE).make clean
to clean all object files of libft.make fclean
to remove executable files.make re
to recompile this project.