Home
last modified time | relevance | path

Searched refs:str_a (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_utils.rs30 let str_a = "18:23:08"; in test_scanf() localVariable
33 scanf!(str_a, |c| c == ':' || c == '.', i64, i64, i64, i64) in test_scanf()