blob: 59d8c2feb8ad059e8442b6c6b544f43e56c77633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
** -*- C -*-
**
** notFound.h
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Thu Feb 8 10:12:17 2007 jofret
** Last update Tue Feb 13 17:16:47 2007 jofret
**
** Copyright INRIA 2007
*/
#ifndef __NOT_FOUND_H__
#define __NOT_FOUND_H__
#define NOT_FOUND -1
#endif /* !__NOT_FOUND_H__ */
|