| 1 |
/*************************************************************************** |
/*************************************************************************** |
| 2 |
test_lml.c - description |
test_lml.c - description |
| 3 |
------------------- |
------------------- |
| 4 |
Copyright : (C) 2004-2025 by Leaflet |
Copyright : (C) 2004-2025 by Leaflet |
| 5 |
Email : leaflet@leafok.com |
Email : leaflet@leafok.com |
| 40 |
"[35mabc[m", |
"[35mabc[m", |
| 41 |
"123456", |
"123456", |
| 42 |
"[color red]Red[/color][plain][color blue]Blue[/color][plain]", |
"[color red]Red[/color][plain][color blue]Blue[/color][plain]", |
| 43 |
|
"[color yellow]Yellow[/color][nolml][left][color blue]Blue[/color][right][lml][color red]Red[/color]", |
| 44 |
}; |
}; |
| 45 |
|
|
| 46 |
int str_cnt = 16; |
const int str_cnt = sizeof(str_in) / sizeof(const char *); |
| 47 |
|
|
| 48 |
int main(int argc, char *argv[]) |
int main(int argc, char *argv[]) |
| 49 |
{ |
{ |