/[LeafOK_CVS]/lbbs/include/lml.h
ViewVC logotype

Diff of /lbbs/include/lml.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sun Oct 5 05:00:50 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_render(const char *str_in, char *str_out, int buf_len, int lml_tag);  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_


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1