[Github-comments] [geany-plugins] Add new "Lineoperations" plugin (#324)

Colomban Wendling notifications at xxxxx
Sun Jan 10 02:39:40 UTC 2016


> +*/
> +
> +
> +#include "linefunctions.h"
> +
> +
> +// isspace()
> +gboolean issp(gchar c)
> +{
> +	return (c == ' ' || c == '\t' || c == '\f' ||
> +			c == '\v' || c == '\r' || c == '\n');
> +}
> +
> +
> +// iswhitespaceline(gchar* line) checks if line is a whitespace line
> +gboolean iswhitespaceline(gchar* line)

ditto

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49270810
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160109/22249baf/attachment.html>


More information about the Github-comments mailing list