


GET_MONTH: Return set month (to save modification efforts i.e.
centralisation of parameters.)
GENERAL
month = get_month(void)
INPUT/S
-void:
Unused.
OUTPUT/S
-month:
The requested string
PENDING WORK
-
KNOWN BUG/S
-None.
COMMENT/S
-
RELATED FUNCTION/S
GET_VERSION GET_YEAR
ABOUT
-Created: February 16th, 2004
-Last update: March 12th, 2004
-Revision: 0.0.2
-Author: R. S. Schestowitz, University of Manchester
==============================================================

0001 function month = get_month(void) 0002 % GET_MONTH: Return set month (to save modification efforts i.e. 0003 % centralisation of parameters.) 0004 % 0005 % 0006 % GENERAL 0007 % 0008 % month = get_month(void) 0009 % 0010 % INPUT/S 0011 % 0012 % -void: 0013 % Unused. 0014 % 0015 % OUTPUT/S 0016 % 0017 % -month: 0018 % The requested string 0019 % 0020 % PENDING WORK 0021 % 0022 % - 0023 % 0024 % KNOWN BUG/S 0025 % 0026 % -None. 0027 % 0028 % COMMENT/S 0029 % 0030 % - 0031 % 0032 % RELATED FUNCTION/S 0033 % 0034 % GET_VERSION GET_YEAR 0035 % 0036 % ABOUT 0037 % 0038 % -Created: February 16th, 2004 0039 % -Last update: March 12th, 2004 0040 % -Revision: 0.0.2 0041 % -Author: R. S. Schestowitz, University of Manchester 0042 % ============================================================== 0043 0044 month = 'May';