9 lines
102 B
C
Raw Normal View History

2012-05-01 13:40:04 -05:00
#ifndef LDLIB_H
#define LDLIB_H
#include <syscall.h>
#include <stdint.h>
#include <unistd.h>
#endif