#ifndef _PARSE_H #define _PARSE_H struct pageframe *read_pageframe(int pid, struct pageframe *pageframe); #endif