LibC: Implement posix regex
This is an almost complete implementation, it does not support alternations or collating elements and it is restricted to the ASCII character set
This commit is contained in:
@@ -29,6 +29,7 @@ set(LIBC_SOURCES
|
||||
printf_impl.cpp
|
||||
pthread.cpp
|
||||
pwd.cpp
|
||||
regex.cpp
|
||||
scanf_impl.cpp
|
||||
sched.cpp
|
||||
semaphore.cpp
|
||||
|
||||
Reference in New Issue
Block a user