Is there an open source C library (not C ++) for developing Windows drivers?

Is there an open source C library (not C ++) for developing Windows drivers?

I am developing a network device driver that requires some features, such as RegEx, string manipulation, object oriented C and XML, etc.

thank.

+2
source share
2 answers

No real regular expression libraries are known. However, depending on what you need FsRtlIsNameInExpression may be of some interest. The Safe String Libraries have a lot of functions manipulating strings , they just have a name other than equiavalents libc.

+1
source

, . Windows.

, ? , , . , , , .

: . , , ;)

+1

All Articles