#ifndef HW1 #define HW1 unsigned replace_byte(unsigned x, int i, unsigned char b); int odd_ones(unsigned x); int float_le(float x, float y); #endif