mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Base: Fix misspelling in getopt(3) (#2473)
This commit is contained in:
parent
9170edf541
commit
daa3f59a55
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ getopt - parse command-line options
|
||||||
```**c++
|
```**c++
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
|
||||||
extren int opterr;
|
extern int opterr;
|
||||||
extern int optopt;
|
extern int optopt;
|
||||||
extern int optind;
|
extern int optind;
|
||||||
extern int optreset;
|
extern int optreset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue