ostep-typos icon indicating copy to clipboard operation
ostep-typos copied to clipboard

`cpu-api`: missing a pair of parentheses

Open lyazj opened this issue 2 years ago • 0 comments

On Linux, there are six variants of exec(): execl, execlp(), execle(), execv(), execvp(), and execvpe(). Read the man pages to learn more.

I add a file to suggest adding a pair of parentheses after execl (-> execl()) to enjoy better consistency.

lyazj avatar Sep 01 '22 05:09 lyazj