#ifndef WH_FORMAT_H_762d6b60_ #define WH_FORMAT_H_762d6b60_ /* * APIs exported by format.c. Currently there is only the one. */ #include #include "structs.h" /* * Format an object name according to its type's format string, sending * the resulting text to the FILE *. See format.c's comments for * details. */ extern void std_format(FILE *, INVOBJ *); #endif