コード例 #1
0
ファイル: parse_bytes.c プロジェクト: 2asoft/freebsd
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
unparse_bytes_short (int t, char *s, size_t len)
{
    return unparse_units_approx (t, bytes_short_units, s, len);
}
コード例 #2
0
ファイル: parse_time.c プロジェクト: 2014-class/freerouter
size_t ROKEN_LIB_FUNCTION
unparse_time_approx (int t, char *s, size_t len)
{
    return unparse_units_approx (t, time_units, s, len);
}