9 lines
102 B
C
9 lines
102 B
C
|
#ifndef LDLIB_H
|
||
|
#define LDLIB_H
|
||
|
|
||
|
#include <syscall.h>
|
||
|
#include <stdint.h>
|
||
|
#include <unistd.h>
|
||
|
|
||
|
#endif
|