SURFEX v8.1
General documentation of Surfex
lfi_grok.h
Go to the documentation of this file.
1 #ifndef _LFI_GROK_H
2 #define _LFI_GROK_H
3 /**** *lfi_grok.h* - Find LFI file type
4  *
5  * Author.
6  * -------
7  * Philippe Marguinaud *METEO-FRANCE*
8  * Original : 12-08-2013
9  *
10  */
11 
12 #include "lfi_type.h"
13 
14 typedef enum
15 {
16  LFI_NONE = 0,
17  LFI_PURE = 1,
18  LFI_ALTM = 2,
20 }
22 
23 extern lfi_grok_t lfi_grok (const character *, character_len);
24 extern int lfi_unum (integer64 *);
25 
26 #endif
27 
int lfi_unum(integer64 *)
Definition: lfi_grok.c:146
long long int integer64
Definition: lfi_type.h:15
int character_len
Definition: lfi_type.h:17
char character
Definition: lfi_type.h:18
lfi_grok_t lfi_grok(const character *, character_len)
Definition: lfi_grok.c:36
lfi_grok_t
Definition: lfi_grok.h:14