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