function
| 
                
Library: Shift JIS (OMFFSJIS)
 Import : omffsjis.xmd  | 
              
 Returns: the version information for the library  | 
            
export external string function omffsjis-version
 sjis.omffsjis-version returns the version and copyright information for the OMFFSJIS library.
      
 The following program outputs the version information for the OMFFSJIS library:
        
import "omffsjis.xmd" prefixed by sjis. process output sjis.omffsjis-version || "%n"
 To use sjis.omffsjis-version, you must import OMFFSJIS into your program
      using an import declaration such as:
        
import "omffsjis.xmd" prefixed by sjis.