Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce tkey include hierarchy #22

Merged
merged 3 commits into from
Sep 15, 2023
Merged

Introduce tkey include hierarchy #22

merged 3 commits into from
Sep 15, 2023

Conversation

mchack-work
Copy link
Member

We move our own include files so you include them with, for example:

#include <tkey/led.h>

to better distinguish our own header files from that of clang/llvm's like stdint.h and stddef.h.

We move our own include files so you include them with, for example:

to better distinguish our own header files from that of clang/llvm's
like stdint.h and stddef.h.
Copy link
Member

@dehanj dehanj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Promise that we won't change anything passed to functions, especially
relevant for passing buffer pointers.
@dehanj dehanj merged commit 2afbaf5 into main Sep 15, 2023
1 check passed
@dehanj dehanj deleted the include-hierarchy branch September 15, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants