Files

24 lines
310 B
C

/*
INTERFACE.H
header included in hcex build.
*/
#ifndef __INTERFACE_H
#define __INTERFACE_H
#pragma once
/* ---------- constants */
/* ---------- macros */
/* ---------- structures */
/* ---------- prototypes/EXAMPLE.C */
/* ---------- globals */
/* ---------- public code */
#endif // __INTERFACE_H