4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 3a3aa23 was
6ad8afc,
checked in by Daniel Lawson <dlawson@…>, 18 years ago
|
adding common.h
|
-
Property mode set to
100644
|
File size:
235 bytes
|
Rev | Line | |
---|
[6ad8afc] | 1 | #ifndef COMMON_H |
---|
| 2 | #define COMMON_H 1 |
---|
| 3 | |
---|
| 4 | #ifdef __cplusplus |
---|
| 5 | # define BEGIN_C_DECLS extern "C" { |
---|
| 6 | # define END_C_DECLS } |
---|
| 7 | #else /* !__cplusplus */ |
---|
| 8 | # define BEGIN_C_DECLS |
---|
| 9 | # define END_C_DECLS |
---|
| 10 | #endif /* __cplusplus */ |
---|
| 11 | |
---|
| 12 | #endif // COMMON_H |
---|
Note: See
TracBrowser
for help on using the repository browser.