/[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.5 by sysadm, Thu Oct 30 07:51:47 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 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);  extern int lml_render(const char *str_in, char *str_out, int buf_len, int width, int quote_mode);
26    


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

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