(b76ad15ed0da636161de0243c547ee1e6fc95681)
Go to the source code of this file.
◆ getc
      
        
          | #define getc | ( |  | f | ) | (input_ctr>=i_len?-1:input[input_ctr++]) | 
      
 
Definition at line 21 of file nkf.c.
 
 
◆ INCSIZE
Definition at line 24 of file nkf.c.
 
 
◆ PERL_XS
Definition at line 59 of file nkf.c.
 
 
◆ putchar
      
        
          | #define putchar | ( |  | c | ) | rb_nkf_putchar(c) | 
      
 
Definition at line 28 of file nkf.c.
 
 
◆ RUBY_NKF_REVISION
      
        
          | #define RUBY_NKF_REVISION   "$Revision$" | 
      
 
Definition at line 10 of file nkf.c.
 
 
◆ RUBY_NKF_VERSION
Definition at line 11 of file nkf.c.
 
 
◆ ungetc
      
        
          | #define ungetc | ( |  | c, | 
        
          |  |  |  | f | 
        
          |  | ) |  | input_ctr-- | 
      
 
Definition at line 22 of file nkf.c.
 
 
◆ Init_nkf()
◆ nkf_split_options()
      
        
          | int nkf_split_options | ( | const char * | arg | ) |  | 
      
 
 
◆ rb_nkf_enc_get()