#include #include #include "fp.h" // // CS61C, Project 2, Spring 2008 // Student Name: // Student ID: // Section: // TA: // // File Version: 0.02 // // Changes from version 0.01: // Added include of fp.h // Changed signature of sprint_half (added a new argument) void sprint_half(char* outbuf, uint16_t f, enum format_t format) { }