third_party.pigweed.src/pw_preprocessor
Rob Mohr be98ead12a Add bazel build system files.
Build everything with 'bazel build //...' and run all tests with
'bazel test //...'.

Change-Id: Ia912e999e33caa9b490002d639dc4c9a80034afc
2019-11-14 07:16:44 -08:00
..
public/pw_preprocessor Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
boolean_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
BUILD Add bazel build system files. 2019-11-14 07:16:44 -08:00
BUILD.gn Add pw_docgen module 2019-11-13 13:28:28 -08:00
concat_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
docs.rst Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
macro_arg_count_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
README.md Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
util_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00

pw_preprocessor: Useful C preprocessor macros

The pw_preprocessor module provides several helpful preprocessor macros for use in C and C++ code.