/usr/share/sdcc/include/pic/sdcc-lib.h is in sdcc-libraries 2.9.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /*
* sdcc-lib.h - SDCC Library Main Header
*
* This file is part of the GNU PIC Library.
*
* June, 2600: adopted for pic14
* Raphael Neider <rneider at web.de>
*
* January, 2004
* The GNU PIC Library is maintained by,
* Vangelis Rokas <vrokas@otenet.gr>
*
* $Id: sdcc-lib.h 4776 2007-04-29 13:15:51Z borutr $
*
*/
/** Top level header file for the sdcc libraries that enables target
specific features.
*/
#ifndef __PIC14_SDCC_LIB_H
#define __PIC14_SDCC_LIB_H 1
#include <../asm/pic/features.h>
#endif /* __PIC14_SDCC_LIB_H */
|