summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/find/sfinda.c
blob: aab853c659abc9002efa530cd7f40b3a0cad55f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
**  -*- C -*-
**
** sfinda.c
** Made by  Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on  Tue Feb 13 16:53:03 2007 jofret
** Last update Tue Feb 13 17:13:30 2007 jofret
**
** Copyright INRIA 2007
*/

#include "notFound.h"

int      sfinda(float* x, int size) {
  /* FIXME : Dummy !! */
  return NOT_FOUND;
}