1 2 3 4 5 6 7 8 9 10 11 12 13
// SWEN 340 Demo code header file // Larry Kiser copyright 2021 /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __DEMO_H #define __DEMO_H void run_demo( void ) ; #endif /* __DEMO_H */