summaryrefslogtreecommitdiff
path: root/Libraries/LibC/getopt.h
AgeCommit message (Collapse)Author
2019-09-06LibC: Borrow a slightly more functional getopt()Andreas Kling
We were already borrowing a getopt() from the BSD family until the day we write our own. This patch borrows a slightly more modern one so we also get getopt_long(). Fixes #190. See also #91 for the desire to eventually NIH our own getopt()..
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.