C
void IncrementTimeStamp( DIRENTRY dir );
Description
This function will increment the timestamp variable in the 'dir' directory entry. This is used for the don't-care timing method.
Preconditions
Should not be called by the user.
Parameters
Parameters |
Description |
dir |
Pointer to directory structure |
Side Effects
None
Remarks
None