From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- RichString.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index 4c61709..eca2293 100644 --- a/RichString.c +++ b/RichString.c @@ -1,16 +1,21 @@ +/* +htop - RichString.c +(C) 2004,2011 Hisham H. Muhammad +Released under the GNU GPL, see the COPYING file +in the source distribution for its full text. +*/ #include "RichString.h" -#ifndef CONFIG_H -#define CONFIG_H -#include "config.h" -#endif - #include #include + +#define RICHSTRING_MAXLEN 300 + +/*{ +#include "config.h" #include -#include "debug.h" #include #ifdef HAVE_NCURSESW_CURSES_H #include @@ -22,10 +27,6 @@ #include #endif -#define RICHSTRING_MAXLEN 300 - -/*{ - #define RichString_size(this) ((this)->chlen) #define RichString_sizeVal(this) ((this).chlen) -- cgit v1.2.3