14 lines
384 B
C
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>
|
|
|