#pragma once #include "stdint.h" /* ============================================================================= pix2mid.c -- global variables ============================================================================= */ extern int16_t mpixtab[52][4]; /* ============================================================================= pix2mid.c -- global functions ============================================================================= */ extern int16_t pix2mid(void);