10-customer-list/customer_list.c
github-classroom[bot] f12b523950
Initial commit
2024-12-10 06:58:39 +00:00

14 lines
384 B
C

/*----------------------------------------------------------
* HTBLA-Leonding, 2. JG
* */ your name /*
* ---------------------------------------------------------
* Description:
* Implementation of customer_list.h.
* ----------------------------------------------------------
*/
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>