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

Missing header guards of strbuf.h #87

Open
myzhan opened this issue May 23, 2024 · 0 comments
Open

Missing header guards of strbuf.h #87

myzhan opened this issue May 23, 2024 · 0 comments

Comments

@myzhan
Copy link

myzhan commented May 23, 2024

Can we add header guards to strbuf.h?

#pragma once
#ifndef _STRBUF_H_
#define _STRBUF_H_



#endif
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

No branches or pull requests

1 participant