#ifndef PIC_H #define PIC_H #include "../include/utils.h" void pic_remap(int offset1, int offset2); #endif