Removed MDL header

This commit is contained in:
mysticbbs 2012-02-13 18:57:22 -05:00
parent 6bc8fd2f87
commit 9cdbe5ec65
1 changed files with 1 additions and 10 deletions

View File

@ -1,16 +1,7 @@
{ Unit m_Strings;
Mystic Software Development Library
===========================================================================
File | M_STRINGS.PAS
Desc | String related functions
Created | August 22, 2002
---------------------------------------------------------------------------
}
{$I M_OPS.PAS} {$I M_OPS.PAS}
Unit m_Strings;
Interface Interface
Function strPadR (Str: String; Len: Byte; Ch: Char) : String; Function strPadR (Str: String; Len: Byte; Ch: Char) : String;