Skip to content

Opening book details…

About this document

Day 08: C Piscine Exercises Overview by Nestor is a document available to read on EtoBox.

This document provides instructions and specifications for exercises for Day 08 of the C Piscine at 42. It outlines 6 exercises: 1. ft_split_whitespaces which splits a string into words separated by spaces, tabs or newlines and returns an array of pointers. 2. ft_h which defines prototypes for libft functions. 3. ft_boolean.h which defines TRUE, FALSE, SUCCESS and macros for even/odd testing. 4. ft_abs.h which defines a macro ABS for absolute value. 5. ft_point.h which defines a structure t_point and

Author
Nestor
Language
EN