Fucntion Descript
/*============================================================
FUNCTION isTrue
DESCRIPTION
This function is determine that true or not
Example:
if(isTrue() == FALSE)
{
EXIT CODES TO HERE.
}
GO TO NEXT STEP.
RETURNS
returns TRUE(1), otherwise returns FALSE(0).
SIDE EFFECTS
None
============================================================*/
반응형
'Code review' 카테고리의 다른 글
[WinApi]GetLogicalDrives() (0) | 2009.05.27 |
---|---|
[C]file divide (0) | 2009.05.27 |
[WinApi]ShellExecute() (0) | 2009.05.27 |