#include <string.h>
#include <stdio.h>
#include <malloc.h>
#include <exec2obj.h>
#include <loader.h>
#include <elf.h>
Implementings reading of user program data from the exec2obj apps.
Hassaan Khan (hkhan)
|
Copies data from a file into a buffer.
|