> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 18, 2015 2:37 PM > To: Wodkowski, PawelX > Cc: dev at dpdk.org; Gajdzica, MaciejX T > Subject: Re: [dpdk-dev] [PATCH v2 6/6] cfgfile: added new implementation of > section parsing > > 2015-06-17 16:48, Maciej Gajdzica: > > + char *start = _skip_spaceses(str); > > Why not use a function with "char *" parameter instead of a macro?
I agree, function will be better than macro, will fix that in next version Best Regards Maciek