1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 00:25:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Liav A
e02da2ed41 LibC: Implement the getsubopt function
This is a LibC function that POSIX defines to help userspace programs
to get suboptions. An example of a suboption is the token "pixclk" from
a Shell command running "edid-decode --gtf w=1024,h=768,pixclk=48".
The function should be run in a while loop to acquire all suboptions
until the last one.
2022-06-25 12:10:04 +01:00