niklasfrykholm / nflibs

A collection of interoperable minimalistic C libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic expression

yakiro-nvg opened this issue · comments

I don't understand this line:

https://github.com/niklasfrykholm/nflibs/blob/master/nf_string_table.c#L37

Seems like (1*(uint32_t) + 4) is just same as 1*((uint32_t)(+4))