NCEPLIBS-bufr 11.7.1
iokoper.f File Reference

Check whether a mnemonic is a Table C operator. More...

Go to the source code of this file.

Functions/Subroutines

integer function iokoper (NEMO)
 This function determines whether a specified mnemonic is a Table C operator supported by the BUFRLIB software. More...
 

Detailed Description

Check whether a mnemonic is a Table C operator.

Definition in file iokoper.f.

Function/Subroutine Documentation

◆ iokoper()

integer function iokoper ( character*(*)  NEMO)

This function determines whether a specified mnemonic is a Table C operator supported by the BUFRLIB software.

Author
J. Ator
Date
2015-03-06
Parameters
[in]NEMO– character*(*): Mnemonic
Returns
iokoper – integer: Flag indicating whether NEMO is a Table C operator supported by the BUFRLIB software
  • 0 = No
  • 1 = Yes

Program history log:

Date Programmer Comments
2015-03-06 J. Ator Original author
2016-05-04 J. Ator Use imrkopr() and allow additional operators

Definition at line 23 of file iokoper.f.

References imrkopr(), and iokoper().

Referenced by iokoper(), istdesc(), nemtab(), numtab(), and tabsub().