From: Jérôme Benoit Date: Sat, 11 Feb 2017 21:20:10 +0000 (+0100) Subject: Initial commit of Polytech'Marseille tutorial C exercices X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=de32237fa31ef30b5242996406dc112462ad3c1d;hp=de32237fa31ef30b5242996406dc112462ad3c1d;p=TD_C.git Initial commit of Polytech'Marseille tutorial C exercices * Introduce an exercice solution skeleton with a basic Makefile and piece of C elementary structure file. * Preliminary work on tutorial's exercice one : - add void swap(int* v1, int* v2); function; - add void displayArray(int* array, int count) function; - add bool sortFirst(int* array, int length) function; * Document a bit the usage in the README file. Signed-off-by: Jérôme Benoit ---