mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua

Home Page:https://kyne.au/~mark/software/lua-cjson.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing header guards of strbuf.h

myzhan opened this issue · comments

Can we add header guards to strbuf.h?

#pragma once
#ifndef _STRBUF_H_
#define _STRBUF_H_



#endif