/*
 *  NORMAL.H
 *
 *  Released to the public domain.
 */

#ifndef __NORMAL_H__
#define __NORMAL_H__

int normalize(char *s);

#endif


syntax highlighted by Code2HTML, v. 0.9.1