1 2 3 4 5 6 7 8
#ifndef SHIFT_H #define SHIFT_H #include "view.h" void shift_lines(View *view, int count); #endif