Re: [for-next][PATCH 23/24] string.h: Add strncmp_prefix() helper macro

From: Steven Rostedt
Date: Sat Dec 22 2018 - 12:49:23 EST


On Sat, 22 Dec 2018 10:20:02 +0000
Malcolm Priestley <tvboxspy@xxxxxxxxx> wrote:

> > Calling it "strncmp_prefix()" when there is no "n" there makes no sense.
> >
> > So drop the "n" from the name.
> >
> Being British the 'n' implies 'and' and still being interpreted Boolean.
>
> strncmp = string and compare
>
> Like other of our words Fish'n'Chips, Salt'n'Shake.
>
> I don't think these abbreviations exist in American English.

No, no, they actually do exist in American English.

But when people ask me which language is my mother tongue, I simply
reply "C". In which case, 'n' means number.

-- Steve