File: coff.h

package info (click to toggle)
djstub 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 1,944; makefile: 69; sh: 68; asm: 15
file content (8 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef COFF_H
#define COFF_H

#include "stub.h"

extern struct ldops coff_ops;

#endif