Defines | Functions
nn.c File Reference
#include <stdio.h>
Include dependency graph for nn.c:

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,
 
)    (((x) > (y))? x - y : y - x)

Definition at line 2 of file nn.c.


Function Documentation

hamming ( char *  s1,
char *  s2 
)

Definition at line 31 of file nn.c.

main ( int  ac,
char **  av 
)

Definition at line 4 of file nn.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Mar 9 2017 04:57:51