Banner/banner.h

12 lines
227 B
C
Raw Normal View History

2023-12-08 17:20:48 +01:00
#ifndef _BANNER_H_
#define _BANNER_H_
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
extern void banchr (const char c);
extern void cputs (const char * s);
#ifdef __cplusplus
};
#endif //__cplusplus
#endif // _BANNER_H_