diff options
author | jofret | 2007-02-23 16:42:06 +0000 |
---|---|---|
committer | jofret | 2007-02-23 16:42:06 +0000 |
commit | b878c676d18db38ad233f200f4c9a0443644611a (patch) | |
tree | 7394a954d91a9ec61b26c29cacea3336432f057f /src/auxiliaryFunctions/sign | |
parent | b5c3d5a73a4d071616215efde489d050d6f64b47 (diff) | |
download | scilab2c-b878c676d18db38ad233f200f4c9a0443644611a.tar.gz scilab2c-b878c676d18db38ad233f200f4c9a0443644611a.tar.bz2 scilab2c-b878c676d18db38ad233f200f4c9a0443644611a.zip |
* src/auxiliaryFunctions/includes :
Add includes directory for profiling functions.
* src/auxiliaryFunctions/*/*.h :
Moving headers to includes.
Diffstat (limited to 'src/auxiliaryFunctions/sign')
-rw-r--r-- | src/auxiliaryFunctions/sign/sign.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/auxiliaryFunctions/sign/sign.h b/src/auxiliaryFunctions/sign/sign.h deleted file mode 100644 index 425ace80..00000000 --- a/src/auxiliaryFunctions/sign/sign.h +++ /dev/null @@ -1,28 +0,0 @@ -/* -** -*- C -*- -** -** sign.h -** Made by Bruno JOFRET <bruno.jofret@inria.fr> -** -** Started on Thu Feb 8 10:12:17 2007 jofret -** Last update Thu Feb 8 10:31:00 2007 jofret -** -** Copyright INRIA 2007 -*/ - -#ifndef __SIGN_H__ -#define __SIGN_H__ - -#include <math.h> - -/* -** \brief Float Signe function -*/ -int ssigns(float); - -/* -** \brief Double Signe function -*/ -int dsigns(double); - -#endif /* !__SIGN_H__ */ |