Changeset 4d51c60 in mainline

Timestamp:
2019-05-27T12:38:26Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc56f30
Parents:
af5037d
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-12 15:40:24)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-05-27 12:38:26)
Message:

Add <_bits/decls.h>

Contains macros
HELENOS_DECLS_BEGIN
HELENOS_DECLS_END
C_DECLS_BEGIN
C_DECLS_END

All are empty in plain C.
They translate to extern "C" block in C++, making them a shorthand for the regular
namespace helenos, so as to avoid polluting the global namespace in C++.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.