packages feed

hs-bibutils-6.2: bibutils/is_ws.h

/*
 * is_ws.h
 *
 * Copyright (c) Chris Putnam 2003-2017
 *
 * Source code released under the GPL version 2
 *
 */
#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