MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / uiGetMonthName

Function uiGetMonthName

Libraries/unrar/uiconsole.cpp:417–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416#ifndef SFX_MODULE
417const wchar *uiGetMonthName(int Month)
418{
419 static MSGID MonthID[12]={
420 MMonthJan,MMonthFeb,MMonthMar,MMonthApr,MMonthMay,MMonthJun,
421 MMonthJul,MMonthAug,MMonthSep,MMonthOct,MMonthNov,MMonthDec
422 };
423 return St(MonthID[Month]);
424}
425#endif

Callers

nothing calls this directly

Calls 1

StFunction · 0.85

Tested by

no test coverage detected