Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ snalu62_eb2as(3) — SNA APPC LU6.2 3.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

snalu62_eb2as(3)  —  Subroutines

 
 
 
 

Name

snalu62_eb2as − Converts an EBCDIC-encoded buffer to an ASCII-encoded buffer. 
 
 
 

FORMAT

void snalu62_eb2as(
     char ∗inbuf,
     char ∗outbuf,
     unsigned int length
     );
 
 
 
 

Arguments

 

inbuf
 
A pointer to a char buffer containing the EBCDIC-encoded string that the interface should convert. 
 

outbuf
 
A pointer to a char buffer to receive the ASCII-encoded string. The interface null-terminates the buffer. 
 

length
 
A unsigned int value specifying the number of bytes that the interface should convert. 
 
 

Description

 
The input and output buffers should either be identical or not overlap at all.
 
 

Return Values

 
This function does not return a value.
 
 
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026