On Tue, May 26, 2020 at 8:05 PM Alan Carvalho de Assis <acas...@gmail.com> wrote: > > man strtoul
my question was about FAR. strtoul is just an example. > > On 5/25/20, Takashi Yamamoto <yamam...@midokura.com.invalid> wrote: > > hi, > > > > our strtoul prototype is: > > > > unsigned long strtoul(FAR const char *nptr, FAR char **endptr, int > > base); > > > > why shouldn't they be like, say, "FAR char * FAR * endptr"? > >