Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Mon Jun 2 15:01:55 2025 UTC | Revision 1.6 by sysadm, Sat Nov 1 07:00:27 2025 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #define _LML_H_ | #define _LML_H_ |
| 19 | ||
| 20 | #include <stddef.h> | #include <stddef.h> |
| 21 | #include <time.h> | |
| 22 | ||
| 23 | extern int lml_plain(const char *str_in, char *str_out, int buf_len); | extern clock_t lml_total_exec_duration; // For testing purpose |
| 24 | ||
| 25 | extern int lml_render(const char *str_in, char *str_out, int buf_len, int width, int quote_mode); | |
| 26 | ||
| 27 | #endif //_LML_H_ | #endif //_LML_H_ |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |