Parent Directory
|
Revision Log
|
Patch
| Revision 1.28 by sysadm, Tue Nov 4 14:58:56 2025 UTC | Revision 1.29 by sysadm, Wed Nov 5 06:14:01 2025 UTC | |
|---|---|---|
| # | Line 14 | Line 14 |
| 14 | #include <time.h> | #include <time.h> |
| 15 | #include <unistd.h> | #include <unistd.h> |
| 16 | ||
| 17 | #define STR_OUT_BUF_SIZE 256 | enum _test_lml_constant_t |
| 18 | { | |
| 19 | STR_OUT_BUF_SIZE = 256, | |
| 20 | }; | |
| 21 | ||
| 22 | const char *str_in[] = { | const char *str_in[] = { |
| 23 | "[left]ABCD[right]EFG", | "[left]ABCD[right]EFG", |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |