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