diff options
Diffstat (limited to 'src/lj_strfmt.h')
-rw-r--r-- | src/lj_strfmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_strfmt.h b/src/lj_strfmt.h index c440f946..6f3dc0be 100644 --- a/src/lj_strfmt.h +++ b/src/lj_strfmt.h | |||
@@ -82,6 +82,8 @@ LJ_FUNC SBuf *lj_strfmt_putnum_int(SBuf *sb, SFormat sf, lua_Number n); | |||
82 | LJ_FUNC SBuf *lj_strfmt_putnum_uint(SBuf *sb, SFormat sf, lua_Number n); | 82 | LJ_FUNC SBuf *lj_strfmt_putnum_uint(SBuf *sb, SFormat sf, lua_Number n); |
83 | LJ_FUNC SBuf *lj_strfmt_putnum(SBuf *sb, SFormat, lua_Number n); | 83 | LJ_FUNC SBuf *lj_strfmt_putnum(SBuf *sb, SFormat, lua_Number n); |
84 | 84 | ||
85 | LJ_FUNC GCstr *lj_strfmt_obj(lua_State *L, cTValue *o); | ||
86 | |||
85 | LJ_FUNC const char *lj_strfmt_pushvf(lua_State *L, const char *fmt, | 87 | LJ_FUNC const char *lj_strfmt_pushvf(lua_State *L, const char *fmt, |
86 | va_list argp); | 88 | va_list argp); |
87 | LJ_FUNC const char *lj_strfmt_pushf(lua_State *L, const char *fmt, ...) | 89 | LJ_FUNC const char *lj_strfmt_pushf(lua_State *L, const char *fmt, ...) |