SURFEX v8.1
General documentation of Surfex
lfi_misc.h
Go to the documentation of this file.
1 #ifndef _LFI_MISC_H
2 #define _LFI_MISC_H
3 /**** *lfi_misc.h* - Declaration of miscellaneous external functions
4  *
5  * Author.
6  * -------
7  * Philippe Marguinaud *METEO-FRANCE*
8  * Original : 12-08-2013
9  *
10  * Description :
11  */
12 
13 extern void iswap_isle_ (int *);
14 extern void jswap_ (void *, const void *, const int *, const int *);
15 extern void sdl_srlabort_ ();
16 
17 #endif
18 
void iswap_isle_(int *)
Definition: iswap8.c:7
void sdl_srlabort_()
void jswap_(void *, const void *, const int *, const int *)