MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / rig_date_strget

Function rig_date_strget

src/misc.c:2897–2900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2895}
2896
2897char *rig_date_strget(char *buf, int buflen, int localtime)
2898{
2899 return date_strget(buf, buflen, localtime);
2900}
2901
2902// if which==0 rig_band_select str will be returned
2903// if which!=0 the rig_parm_gran band str will be returned

Callers 1

mainFunction · 0.85

Calls 1

date_strgetFunction · 0.85

Tested by

no test coverage detected