#pragma once #include "stdint.h" #include "stdio.h" /* ============================================================================= ptwrite.c -- global variables ============================================================================= */ extern int8_t ptsizes[]; /* ============================================================================= ptwrite.c -- global functions ============================================================================= */ extern int32_t ptsizer(void); extern int16_t ptwrite(FILE *fp);