|
Last change
on this file since 776 was
772,
checked in by meunier, 10 years ago
|
- Ajout de l'application rosenfeld
- Changement du nom du flag O_CREATE en O_CREAT
|
|
File size:
598 bytes
|
| Line | |
|---|
| 1 | // --------------------------- // |
|---|
| 2 | // --- ecc_features_test.h --- // |
|---|
| 3 | // --------------------------- // |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | /* |
|---|
| 7 | * Copyright (c) 2014 - 2014, Lionel Lacassagne, All rights reserved |
|---|
| 8 | * University of Paris Sud, Laboratoire de Recherche en Informatique |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | #ifndef __ECC_FEATURES_TEST_H__ |
|---|
| 12 | #define __ECC_FEATURES_TEST_H__ |
|---|
| 13 | |
|---|
| 14 | #ifdef __cplusplus |
|---|
| 15 | extern "C" { |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | #ifdef VERBOSE_PRAGMA |
|---|
| 19 | //#pragma message("- include ecc_features.h") |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | void test1_granularit_density_features(void); |
|---|
| 23 | |
|---|
| 24 | // void main_test_features(int argc, char* argv[]); |
|---|
| 25 | |
|---|
| 26 | #ifdef __cplusplus |
|---|
| 27 | } |
|---|
| 28 | #endif |
|---|
| 29 | |
|---|
| 30 | #endif /* __FEATURES_H__ */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.