9a346c382d
accordingly. (Memo to self: read the docs *before* doing the work.)
10 lines
153 B
C
10 lines
153 B
C
/*
|
|
* $Source$
|
|
* $State$
|
|
*/
|
|
|
|
#include <stdbool.h>
|
|
|
|
extern quad emit_hi(struct expr_t* expr, bool is_signed);
|
|
extern quad emit_lo(struct expr_t* expr);
|