NCEPLIBS-bufr
11.7.1
Toggle main menu visibility
Main Page
Related Pages
Modules
Modules List
Module Members
All
b
c
d
e
g
i
j
k
l
m
n
o
s
t
u
v
Functions/Subroutines
Variables
b
c
i
j
k
l
m
n
t
v
Data Types List
Data Types List
Data Fields
All
Variables
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions/Subroutines
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
sorttbf.c
Go to the documentation of this file.
1
4
#include "
bufrlib.h
"
5
#include "
cfe.h
"
6
20
void
sorttbf
(
void
)
21
{
22
qsort( &
cfe
[0], (
size_t
)
nmtf
,
sizeof
(
struct
code_flag_entry
),
23
(
int
(*) (
const
void
*,
const
void
* ) )
cmpstia1
);
24
}
bufrlib.h
Define signatures to enable a number of BUFRLIB subprograms to be called directly from C application ...
cfe.h
Define signatures and declare variables for internal storage of master Code/Flag table entries.
nmtf
f77int nmtf
Number of stored master Code/Flag table entries in cfe, up to a maximum of MXMTBF.
cmpstia1
int cmpstia1(const void *, const void *)
This function defines a comparison between two entries within the internal memory structure for stora...
Definition:
cmpstia1.c:34
cfe
struct code_flag_entry * cfe
Master Code/Flag table entries.
code_flag_entry
This structure contains array and variable declarations used to store a master Code/Flag table entry.
Definition:
cfe.h:33
sorttbf
void sorttbf(void)
This subroutine sorts the entries within the internal memory structure for storage of master Code/Fla...
Definition:
sorttbf.c:20
nceplibs-bufr
src
sorttbf.c
Generated by
1.9.4