mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
8 lines
190 B
C++
8 lines
190 B
C++
// common3.cpp
|
|
|
|
// write request to file
|
|
|
|
name.snprintf(U_CONSTANT_TO_PARAM("%v/%s_%s_%#4D.req"), directory.rep, filtro, policy, tm_session);
|
|
|
|
(void) UFile::writeTo(name, request);
|