Blame view

Giac_maj/epsilon-giac/liba/include/private/macros.h 196 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
  #ifndef LIBA_MACROS_H
  #define LIBA_MACROS_H
  
  #ifdef __cplusplus
  #define LIBA_BEGIN_DECLS extern "C" {
  #define LIBA_END_DECLS }
  #else
  #define LIBA_BEGIN_DECLS
  #define LIBA_END_DECLS
  #endif
  
  #endif