-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode16c5x.h
More file actions
17 lines (15 loc) · 922 Bytes
/
code16c5x.h
File metadata and controls
17 lines (15 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _CODE16C5X_H
#define _CODE16C5X_H
/* code16c5x.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* AS - Codegenerator fuer PIC16C5x */
/* */
/* Historie: 19.8.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void code16c5x_init(void);
#endif /* _CODE16C5X_H */