executor/util/disasm/label.h

8 lines
150 B
C

#ifndef _LABEL_H_
#define _LABEL_H_
extern char *add_labels (char *code, unsigned long entry_point,
int keep_addrs_p);
#endif /* !_LABEL_H_ */