Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / ddekit / attribs.h @ 14

History | View | Annotate | Download (258 Bytes)

1
#ifndef _DDEKIT_ATTRIBS_H
2
#define _DDEKIT_ATTRIBS_H
3

    
4
#ifdef __ACK__
5

    
6

    
7
#else
8

    
9
#define DDEKIT_USED        __attribute__((used))
10
#define DDEKIT_CONSTRUCTOR __attribute__((constructor))
11

    
12

    
13
#define DDEKIT_PUBLIC PUBLIC
14
#define DDEKIT_PRIVATE static 
15
#endif
16
#endif