#pragma once #include "stdint.h" #include "stdio.h" /* ============================================================================= putw.c -- global functions ============================================================================= */ extern void putw(uint16_t w, FILE *stream);