mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
933 stars 478 forks source link

Missing header guards of strbuf.h #87

Open myzhan opened 5 months ago

myzhan commented 5 months ago

Can we add header guards to strbuf.h?

#pragma once
#ifndef _STRBUF_H_
#define _STRBUF_H_

#endif