#include #include // Base code definitions #include "fp.h" // Student definitions #include "student.h" // // CS61C, Project 2 Part 2, Summer 2008 // Student Name: // Student ID: // Section: // TA: // // File Version: 0.01 // fixed_point_t float_half_conversion(uint16_t f, enum format_t format) { } void printf_converted_float(fixed_point_t value) { }