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

Go to the source code of this file.

Macros

#define ABS(x, y)   (((x) > (y))? x - y : y - x)
 

Functions

 hamming (char *s1, char *s2)
 
 main (int ac, char **av)
 

Macro Definition 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 Fri Feb 21 2020 03:20:54