A perl module to parse through C headers
authorRichard Levitte <levitte@openssl.org>
Wed, 3 Oct 2018 15:43:48 +0000 (17:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 Oct 2018 10:45:40 +0000 (12:45 +0200)
commitd73c44404d470424aa58e85fe38b97351f112bc1
tree51ec1acc69225031bcab01c7db4b913b38960168
parentab1e5495e45708f43f71e1f9e8872066dc8177c0
A perl module to parse through C headers

OpenSSL::ParseC is a module that parses through a C header file and
returns a list with information on what it found.  Currently, the
information it returns covers function and variable declarations,
macro definitions, struct declarations/definitions and typedef
definitions.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7191)
util/perl/OpenSSL/ParseC.pm [new file with mode: 0644]