summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/find/sfinda.c
blob: bb726d38bff8e23e38931c2a15ccfb47f014d2f1 (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 Fri Feb 23 17:56:15 2007 jofret
**
** Copyright INRIA 2007
*/

#include "find.h"

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