File: asm.h

package info (click to toggle)
ceccomp 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,604 kB
  • sloc: ansic: 6,470; python: 1,039; makefile: 248; sh: 145
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#ifndef ASM_H
#define ASM_H

#include "utils/parse_args.h"
#include <stdint.h>

extern void assemble (FILE *fp, uint32_t scmp_arch, print_mode_t print_mode);

#endif