저작권 때문에 올리지는 못하는데

큐 부분에서
int isfull(){
if(front==rear) return 1; else return 0;
}

이 적혀있더라... 내 눈을 의심함

참고로 C언어임