packages feed

hs-bibutils-4.14: bibutils/is_ws.h

/*
 * is_ws.h
 *
 * Copyright (c) Chris Putnam 2003-2012
 *
 * Source code released under the GPL
 *
 */
#ifndef IS_WS_H
#define IS_WS_H

extern int is_ws( char ch );
extern char *skip_ws( char *p );
extern char *skip_notws( char *p );

#endif