SURFEX v8.1
General documentation of Surfex
lfi_abor.h
Go to the documentation of this file.
1 #ifndef _LFI_ABOR_H
2 #define _LFI_ABOR_H
3 /**** *lfi_abor.h* - LFI abor function
4  *
5  * Author.
6  * -------
7  * Philippe Marguinaud *METEO-FRANCE*
8  * Original : 12-08-2013
9  *
10  */
11 
12 extern void lfi_abor (const char *, ...);
13 
14 #endif
15 
void lfi_abor(const char *,...)
Definition: lfi_abor.c:21