#ifndef WH_TARGET_H_e3f98c51_ #define WH_TARGET_H_e3f98c51_ #include "mcc.h" typedef struct target TARGET; struct target { const char *name; int bits_byte; int bits_short; int bits_int; int bits_long; int bits_llong; int maxfexp; int (*float_cvt)(TOKEN *, int, const unsigned char *, int, int, int, const char **); } ; #endif