List test program
Type char 0-A for one of the following options:
0: Init,
1: Actualize,
2: Insert_First,
3: First,
4: Copy_First,
5: Delete_First,
6: Post_Delete,
7: Post_Insert,
8: Copy,
9: Succ,
A: Is_Active,
M: Print menu
CTRL+Z (Win) or CTRL+D (Unix): END
Your choice=0
Init - list initialization
Active item:
NULL
Content of List:

Type char 0-A, EOF(tj. CTRL+Z nebo CTRL+D)=Konec, M=Menu:
************************************************************
Your choice=2
Insert_First - insert new item in the first position
Please enter name: Enter age, weight and height (separated by Enter):
myMalloc: allocating 288 bytes, memory allocated 288 bytes
Active item:
NULL
Content of List:
1. item: Name=Franta, age=40.0, weight=80.0, height=180.0

Type char 0-A, EOF(tj. CTRL+Z nebo CTRL+D)=Konec, M=Menu:
************************************************************
Your choice=2
Insert_First - insert new item in the first position
Please enter name: Enter age, weight and height (separated by Enter):
myMalloc: allocating 288 bytes, memory allocated 576 bytes
Active item:
NULL
Content of List:
1. item: Name=Pepa, age=30.0, weight=70.0, height=170.0
2. item: Name=Franta, age=40.0, weight=80.0, height=180.0

Type char 0-A, EOF(tj. CTRL+Z nebo CTRL+D)=Konec, M=Menu:
************************************************************
Your choice=2
Insert_First - insert new item in the first position
Please enter name: Enter age, weight and height (separated by Enter):
End of file, finishing.
Active item:
NULL
Content of List:
1. item: Name=Pepa, age=30.0, weight=70.0, height=170.0
2. item: Name=Franta, age=40.0, weight=80.0, height=180.0

Type char 0-A, EOF(tj. CTRL+Z nebo CTRL+D)=Konec, M=Menu:
************************************************************
myFree: releasing 288 bytes, memory allocated 288 bytes
myFree: releasing 288 bytes, memory allocated 0 bytes
