#include <stdio.h>
Go to the source code of this file.
| 
Defines | 
| #define | ABS(x, y)   (((x) > (y))? x - y : y - x) | 
| 
Functions | 
|  | hamming (char *s1, char *s2) | 
|  | main (int ac, char **av) | 
Define Documentation
      
        
          | #define ABS | ( |  | x, | 
        
          |  |  |  | y | 
        
          |  | ) |  | (((x) > (y))? x - y : y - x) | 
      
 
Definition at line 2 of file nn.c.
 
 
Function Documentation
Definition at line 31 of file nn.c.
 
 
      
        
          | main | ( | int | ac, | 
        
          |  |  | char ** | av | 
        
          |  | ) |  |  | 
      
 
Definition at line 4 of file nn.c.