diff options
author | jofret | 2007-03-30 13:56:39 +0000 |
---|---|---|
committer | jofret | 2007-03-30 13:56:39 +0000 |
commit | e3ecaa06d8fc5c5a7a7636b6f2610bc633220a78 (patch) | |
tree | 1d955277a43d3ec196eee17e6292ddecd6f81388 /src/test/constant.h | |
parent | 43a28fae37e9ff8d8e1294ba9afe5552ce885883 (diff) | |
download | scilab2c-e3ecaa06d8fc5c5a7a7636b6f2610bc633220a78.tar.gz scilab2c-e3ecaa06d8fc5c5a7a7636b6f2610bc633220a78.tar.bz2 scilab2c-e3ecaa06d8fc5c5a7a7636b6f2610bc633220a78.zip |
Autotools test structure
Diffstat (limited to 'src/test/constant.h')
-rw-r--r-- | src/test/constant.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test/constant.h b/src/test/constant.h new file mode 100644 index 00000000..473ea6a2 --- /dev/null +++ b/src/test/constant.h @@ -0,0 +1,19 @@ +/* +** -*- C -*- +** +** constant.h +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** Started on Fri Mar 30 12:03:14 2007 jofret +** Last update Fri Mar 30 12:03:48 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#ifndef _CONSTANT_H_ +#define _CONSTANT_H_ + +#define PI 3.1415826535 + +#endif /* !_CONSTANT_H_ */ + |