File: elfp.h

package info (click to toggle)
djstub 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: ansic: 1,957; sh: 127; makefile: 72; asm: 15
file content (8 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef ELFP_H
#define ELFP_H

#include "stub.h"

extern struct ldops elf_ops;

#endif