Parent Directory
|
Revision Log
|
Patch
| Revision 1.17 by sysadm, Fri Oct 3 11:43:16 2025 UTC | Revision 1.18 by sysadm, Sun Oct 5 05:00:50 2025 UTC | |
|---|---|---|
| # | Line 152 inline static void lml_init(void) | Line 152 inline static void lml_init(void) |
| 152 | } | } |
| 153 | } | } |
| 154 | ||
| 155 | int lml_plain(const char *str_in, char *str_out, int buf_len, int lml_tag) | int lml_render(const char *str_in, char *str_out, int buf_len, int lml_tag) |
| 156 | { | { |
| 157 | char c; | char c; |
| 158 | char tag_param_buf[LML_TAG_PARAM_BUF_LEN]; | char tag_param_buf[LML_TAG_PARAM_BUF_LEN]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |