#include <zeda_stream.h>
◆ fp
◆ buf
◆ cur
◆ size
◆ mem
      
        
          | struct { ... }   __zstream::mem | 
        
      
 
 
◆ src
      
        
          | union { ... }   __zstream::src | 
        
      
 
 
◆ rewind
      
        
          | void(*  __zstream::rewind) (struct __zstream *str) | 
        
      
 
 
◆ seek
      
        
          | int(*  __zstream::seek) (struct __zstream *str, long offset) | 
        
      
 
 
◆ tell
      
        
          | long(*  __zstream::tell) (struct __zstream *str) | 
        
      
 
 
◆ read
      
        
          | size_t(*  __zstream::read) (struct __zstream *str, byte *dest, size_t size, size_t nmemb) | 
        
      
 
 
◆ write
◆ close
      
        
          | int(*  __zstream::close) (struct __zstream *str) | 
        
      
 
 
The documentation for this struct was generated from the following file: