#define MAX_List 10

float List[MAX_List];
float Temp;
int LeftCnt;

for(int i=0; i List[i]=i;


LeftCnt=3;

for(int i=0; i {
Temp=List[0];

for(int i=0; i List[i]=List[i+1];

List[MAX_List-1]=Temp;

}



대충 이런식임