8 lines
71 B
C

#ifndef P2_H
#define P2_H
int pop_front(int* arr, int size);
#endif