Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/include/klibc/extern.h

Source at commit 660 created 13 years 4 months ago.
By meklort, Added includes dir for modules (c++ includes only at the moment, may ad klibc includes later on). Includes path is now included for modules
1/*
2 * klibc/extern.h
3 */
4
5#ifndef _KLIBC_EXTERN_H
6#define _KLIBC_EXTERN_H
7
8#ifdef __cplusplus
9#define __extern extern "C"
10#else
11#define __extern extern
12#endif
13
14#define __alias(x) __attribute__((weak, alias(x)))
15
16#endif/* _KLIBC_EXTERN_H */
17

Archive Download this file

Revision: 660