/* Freeware. */
#ifndef __CHOMP_H__
#define __CHOMP_H__

#ifdef __cplusplus
extern "C" {
#endif

void chomp(char *buf);

#ifdef __cplusplus
}
#endif

#endif/*__CHOMP_H__*/
