1479 lines
128 KiB
C
1479 lines
128 KiB
C
/*
|
|
Copyright (c) 2023 Scott Lembcke and Howling Moon Software
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
*/
|
|
|
|
#include <stdbool.h>
|
|
#include <stdlib.h>
|
|
#include <assert.h>
|
|
#include <string.h>
|
|
|
|
//#include <lua.h>
|
|
//#include <lauxlib.h>
|
|
|
|
static const char DEBUGGER_SRC[] = {
|
|
/*000000*/ 0x2d,0x2d,0x5b,0x5b,0x0d,0x0a,0x09,0x43,0x6f,0x70,0x79,0x72,0x69,0x67,0x68,0x74,
|
|
/*000010*/ 0x20,0x28,0x63,0x29,0x20,0x32,0x30,0x32,0x33,0x20,0x53,0x63,0x6f,0x74,0x74,0x20,
|
|
/*000020*/ 0x4c,0x65,0x6d,0x62,0x63,0x6b,0x65,0x20,0x61,0x6e,0x64,0x20,0x48,0x6f,0x77,0x6c,
|
|
/*000030*/ 0x69,0x6e,0x67,0x20,0x4d,0x6f,0x6f,0x6e,0x20,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,
|
|
/*000040*/ 0x65,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x50,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,
|
|
/*000050*/ 0x6e,0x20,0x69,0x73,0x20,0x68,0x65,0x72,0x65,0x62,0x79,0x20,0x67,0x72,0x61,0x6e,
|
|
/*000060*/ 0x74,0x65,0x64,0x2c,0x20,0x66,0x72,0x65,0x65,0x20,0x6f,0x66,0x20,0x63,0x68,0x61,
|
|
/*000070*/ 0x72,0x67,0x65,0x2c,0x20,0x74,0x6f,0x20,0x61,0x6e,0x79,0x20,0x70,0x65,0x72,0x73,
|
|
/*000080*/ 0x6f,0x6e,0x20,0x6f,0x62,0x74,0x61,0x69,0x6e,0x69,0x6e,0x67,0x20,0x61,0x20,0x63,
|
|
/*000090*/ 0x6f,0x70,0x79,0x0d,0x0a,0x09,0x6f,0x66,0x20,0x74,0x68,0x69,0x73,0x20,0x73,0x6f,
|
|
/*0000a0*/ 0x66,0x74,0x77,0x61,0x72,0x65,0x20,0x61,0x6e,0x64,0x20,0x61,0x73,0x73,0x6f,0x63,
|
|
/*0000b0*/ 0x69,0x61,0x74,0x65,0x64,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x61,0x74,
|
|
/*0000c0*/ 0x69,0x6f,0x6e,0x20,0x66,0x69,0x6c,0x65,0x73,0x20,0x28,0x74,0x68,0x65,0x20,0x22,
|
|
/*0000d0*/ 0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x22,0x29,0x2c,0x20,0x74,0x6f,0x20,0x64,
|
|
/*0000e0*/ 0x65,0x61,0x6c,0x0d,0x0a,0x09,0x69,0x6e,0x20,0x74,0x68,0x65,0x20,0x53,0x6f,0x66,
|
|
/*0000f0*/ 0x74,0x77,0x61,0x72,0x65,0x20,0x77,0x69,0x74,0x68,0x6f,0x75,0x74,0x20,0x72,0x65,
|
|
/*000100*/ 0x73,0x74,0x72,0x69,0x63,0x74,0x69,0x6f,0x6e,0x2c,0x20,0x69,0x6e,0x63,0x6c,0x75,
|
|
/*000110*/ 0x64,0x69,0x6e,0x67,0x20,0x77,0x69,0x74,0x68,0x6f,0x75,0x74,0x20,0x6c,0x69,0x6d,
|
|
/*000120*/ 0x69,0x74,0x61,0x74,0x69,0x6f,0x6e,0x20,0x74,0x68,0x65,0x20,0x72,0x69,0x67,0x68,
|
|
/*000130*/ 0x74,0x73,0x0d,0x0a,0x09,0x74,0x6f,0x20,0x75,0x73,0x65,0x2c,0x20,0x63,0x6f,0x70,
|
|
/*000140*/ 0x79,0x2c,0x20,0x6d,0x6f,0x64,0x69,0x66,0x79,0x2c,0x20,0x6d,0x65,0x72,0x67,0x65,
|
|
/*000150*/ 0x2c,0x20,0x70,0x75,0x62,0x6c,0x69,0x73,0x68,0x2c,0x20,0x64,0x69,0x73,0x74,0x72,
|
|
/*000160*/ 0x69,0x62,0x75,0x74,0x65,0x2c,0x20,0x73,0x75,0x62,0x6c,0x69,0x63,0x65,0x6e,0x73,
|
|
/*000170*/ 0x65,0x2c,0x20,0x61,0x6e,0x64,0x2f,0x6f,0x72,0x20,0x73,0x65,0x6c,0x6c,0x0d,0x0a,
|
|
/*000180*/ 0x09,0x63,0x6f,0x70,0x69,0x65,0x73,0x20,0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x53,
|
|
/*000190*/ 0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x2c,0x20,0x61,0x6e,0x64,0x20,0x74,0x6f,0x20,
|
|
/*0001a0*/ 0x70,0x65,0x72,0x6d,0x69,0x74,0x20,0x70,0x65,0x72,0x73,0x6f,0x6e,0x73,0x20,0x74,
|
|
/*0001b0*/ 0x6f,0x20,0x77,0x68,0x6f,0x6d,0x20,0x74,0x68,0x65,0x20,0x53,0x6f,0x66,0x74,0x77,
|
|
/*0001c0*/ 0x61,0x72,0x65,0x20,0x69,0x73,0x0d,0x0a,0x09,0x66,0x75,0x72,0x6e,0x69,0x73,0x68,
|
|
/*0001d0*/ 0x65,0x64,0x20,0x74,0x6f,0x20,0x64,0x6f,0x20,0x73,0x6f,0x2c,0x20,0x73,0x75,0x62,
|
|
/*0001e0*/ 0x6a,0x65,0x63,0x74,0x20,0x74,0x6f,0x20,0x74,0x68,0x65,0x20,0x66,0x6f,0x6c,0x6c,
|
|
/*0001f0*/ 0x6f,0x77,0x69,0x6e,0x67,0x20,0x63,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,0x73,
|
|
/*000200*/ 0x3a,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x54,0x68,0x65,0x20,0x61,0x62,0x6f,0x76,0x65,
|
|
/*000210*/ 0x20,0x63,0x6f,0x70,0x79,0x72,0x69,0x67,0x68,0x74,0x20,0x6e,0x6f,0x74,0x69,0x63,
|
|
/*000220*/ 0x65,0x20,0x61,0x6e,0x64,0x20,0x74,0x68,0x69,0x73,0x20,0x70,0x65,0x72,0x6d,0x69,
|
|
/*000230*/ 0x73,0x73,0x69,0x6f,0x6e,0x20,0x6e,0x6f,0x74,0x69,0x63,0x65,0x20,0x73,0x68,0x61,
|
|
/*000240*/ 0x6c,0x6c,0x20,0x62,0x65,0x20,0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x64,0x20,0x69,
|
|
/*000250*/ 0x6e,0x0d,0x0a,0x09,0x61,0x6c,0x6c,0x20,0x63,0x6f,0x70,0x69,0x65,0x73,0x20,0x6f,
|
|
/*000260*/ 0x72,0x20,0x73,0x75,0x62,0x73,0x74,0x61,0x6e,0x74,0x69,0x61,0x6c,0x20,0x70,0x6f,
|
|
/*000270*/ 0x72,0x74,0x69,0x6f,0x6e,0x73,0x20,0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x53,0x6f,
|
|
/*000280*/ 0x66,0x74,0x77,0x61,0x72,0x65,0x2e,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x54,0x48,0x45,
|
|
/*000290*/ 0x20,0x53,0x4f,0x46,0x54,0x57,0x41,0x52,0x45,0x20,0x49,0x53,0x20,0x50,0x52,0x4f,
|
|
/*0002a0*/ 0x56,0x49,0x44,0x45,0x44,0x20,0x22,0x41,0x53,0x20,0x49,0x53,0x22,0x2c,0x20,0x57,
|
|
/*0002b0*/ 0x49,0x54,0x48,0x4f,0x55,0x54,0x20,0x57,0x41,0x52,0x52,0x41,0x4e,0x54,0x59,0x20,
|
|
/*0002c0*/ 0x4f,0x46,0x20,0x41,0x4e,0x59,0x20,0x4b,0x49,0x4e,0x44,0x2c,0x20,0x45,0x58,0x50,
|
|
/*0002d0*/ 0x52,0x45,0x53,0x53,0x20,0x4f,0x52,0x0d,0x0a,0x09,0x49,0x4d,0x50,0x4c,0x49,0x45,
|
|
/*0002e0*/ 0x44,0x2c,0x20,0x49,0x4e,0x43,0x4c,0x55,0x44,0x49,0x4e,0x47,0x20,0x42,0x55,0x54,
|
|
/*0002f0*/ 0x20,0x4e,0x4f,0x54,0x20,0x4c,0x49,0x4d,0x49,0x54,0x45,0x44,0x20,0x54,0x4f,0x20,
|
|
/*000300*/ 0x54,0x48,0x45,0x20,0x57,0x41,0x52,0x52,0x41,0x4e,0x54,0x49,0x45,0x53,0x20,0x4f,
|
|
/*000310*/ 0x46,0x20,0x4d,0x45,0x52,0x43,0x48,0x41,0x4e,0x54,0x41,0x42,0x49,0x4c,0x49,0x54,
|
|
/*000320*/ 0x59,0x2c,0x0d,0x0a,0x09,0x46,0x49,0x54,0x4e,0x45,0x53,0x53,0x20,0x46,0x4f,0x52,
|
|
/*000330*/ 0x20,0x41,0x20,0x50,0x41,0x52,0x54,0x49,0x43,0x55,0x4c,0x41,0x52,0x20,0x50,0x55,
|
|
/*000340*/ 0x52,0x50,0x4f,0x53,0x45,0x20,0x41,0x4e,0x44,0x20,0x4e,0x4f,0x4e,0x49,0x4e,0x46,
|
|
/*000350*/ 0x52,0x49,0x4e,0x47,0x45,0x4d,0x45,0x4e,0x54,0x2e,0x20,0x49,0x4e,0x20,0x4e,0x4f,
|
|
/*000360*/ 0x20,0x45,0x56,0x45,0x4e,0x54,0x20,0x53,0x48,0x41,0x4c,0x4c,0x20,0x54,0x48,0x45,
|
|
/*000370*/ 0x0d,0x0a,0x09,0x41,0x55,0x54,0x48,0x4f,0x52,0x53,0x20,0x4f,0x52,0x20,0x43,0x4f,
|
|
/*000380*/ 0x50,0x59,0x52,0x49,0x47,0x48,0x54,0x20,0x48,0x4f,0x4c,0x44,0x45,0x52,0x53,0x20,
|
|
/*000390*/ 0x42,0x45,0x20,0x4c,0x49,0x41,0x42,0x4c,0x45,0x20,0x46,0x4f,0x52,0x20,0x41,0x4e,
|
|
/*0003a0*/ 0x59,0x20,0x43,0x4c,0x41,0x49,0x4d,0x2c,0x20,0x44,0x41,0x4d,0x41,0x47,0x45,0x53,
|
|
/*0003b0*/ 0x20,0x4f,0x52,0x20,0x4f,0x54,0x48,0x45,0x52,0x0d,0x0a,0x09,0x4c,0x49,0x41,0x42,
|
|
/*0003c0*/ 0x49,0x4c,0x49,0x54,0x59,0x2c,0x20,0x57,0x48,0x45,0x54,0x48,0x45,0x52,0x20,0x49,
|
|
/*0003d0*/ 0x4e,0x20,0x41,0x4e,0x20,0x41,0x43,0x54,0x49,0x4f,0x4e,0x20,0x4f,0x46,0x20,0x43,
|
|
/*0003e0*/ 0x4f,0x4e,0x54,0x52,0x41,0x43,0x54,0x2c,0x20,0x54,0x4f,0x52,0x54,0x20,0x4f,0x52,
|
|
/*0003f0*/ 0x20,0x4f,0x54,0x48,0x45,0x52,0x57,0x49,0x53,0x45,0x2c,0x20,0x41,0x52,0x49,0x53,
|
|
/*000400*/ 0x49,0x4e,0x47,0x20,0x46,0x52,0x4f,0x4d,0x2c,0x0d,0x0a,0x09,0x4f,0x55,0x54,0x20,
|
|
/*000410*/ 0x4f,0x46,0x20,0x4f,0x52,0x20,0x49,0x4e,0x20,0x43,0x4f,0x4e,0x4e,0x45,0x43,0x54,
|
|
/*000420*/ 0x49,0x4f,0x4e,0x20,0x57,0x49,0x54,0x48,0x20,0x54,0x48,0x45,0x20,0x53,0x4f,0x46,
|
|
/*000430*/ 0x54,0x57,0x41,0x52,0x45,0x20,0x4f,0x52,0x20,0x54,0x48,0x45,0x20,0x55,0x53,0x45,
|
|
/*000440*/ 0x20,0x4f,0x52,0x20,0x4f,0x54,0x48,0x45,0x52,0x20,0x44,0x45,0x41,0x4c,0x49,0x4e,
|
|
/*000450*/ 0x47,0x53,0x20,0x49,0x4e,0x20,0x54,0x48,0x45,0x0d,0x0a,0x09,0x53,0x4f,0x46,0x54,
|
|
/*000460*/ 0x57,0x41,0x52,0x45,0x2e,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x54,0x4f,0x44,0x4f,0x3a,
|
|
/*000470*/ 0x0d,0x0a,0x09,0x2a,0x20,0x50,0x72,0x69,0x6e,0x74,0x20,0x73,0x68,0x6f,0x72,0x74,
|
|
/*000480*/ 0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x61,0x72,0x67,0x75,0x6d,0x65,
|
|
/*000490*/ 0x6e,0x74,0x73,0x20,0x61,0x73,0x20,0x70,0x61,0x72,0x74,0x20,0x6f,0x66,0x20,0x73,
|
|
/*0004a0*/ 0x74,0x61,0x63,0x6b,0x20,0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2e,0x0d,0x0a,
|
|
/*0004b0*/ 0x09,0x2a,0x20,0x50,0x72,0x6f,0x70,0x65,0x72,0x6c,0x79,0x20,0x68,0x61,0x6e,0x64,
|
|
/*0004c0*/ 0x6c,0x65,0x20,0x62,0x65,0x69,0x6e,0x67,0x20,0x72,0x65,0x65,0x6e,0x74,0x72,0x61,
|
|
/*0004d0*/ 0x6e,0x74,0x20,0x64,0x75,0x65,0x20,0x74,0x6f,0x20,0x63,0x6f,0x72,0x6f,0x75,0x74,
|
|
/*0004e0*/ 0x69,0x6e,0x65,0x73,0x2e,0x0d,0x0a,0x5d,0x5d,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,
|
|
/*0004f0*/ 0x61,0x6c,0x20,0x64,0x62,0x67,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x55,0x73,0x65,
|
|
/*000500*/ 0x20,0x41,0x4e,0x53,0x49,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x63,0x6f,0x64,0x65,
|
|
/*000510*/ 0x73,0x20,0x69,0x6e,0x20,0x74,0x68,0x65,0x20,0x70,0x72,0x6f,0x6d,0x70,0x74,0x20,
|
|
/*000520*/ 0x62,0x79,0x20,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,
|
|
/*000530*/ 0x61,0x6c,0x20,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x47,0x52,0x41,0x59,0x20,0x3d,0x20,
|
|
/*000540*/ 0x22,0x22,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*000550*/ 0x52,0x45,0x44,0x20,0x3d,0x20,0x22,0x22,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*000560*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x20,0x3d,0x20,0x22,0x22,0x0d,
|
|
/*000570*/ 0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,
|
|
/*000580*/ 0x4c,0x4f,0x57,0x20,0x3d,0x20,0x22,0x22,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*000590*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x20,0x3d,0x20,0x22,0x22,
|
|
/*0005a0*/ 0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,
|
|
/*0005b0*/ 0x52,0x45,0x54,0x20,0x3d,0x20,0x22,0x20,0x3d,0x3e,0x20,0x22,0x0d,0x0a,0x0d,0x0a,
|
|
/*0005c0*/ 0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x70,
|
|
/*0005d0*/ 0x72,0x65,0x74,0x74,0x79,0x28,0x6f,0x62,0x6a,0x2c,0x20,0x6d,0x61,0x78,0x5f,0x64,
|
|
/*0005e0*/ 0x65,0x70,0x74,0x68,0x29,0x0d,0x0a,0x09,0x69,0x66,0x20,0x6d,0x61,0x78,0x5f,0x64,
|
|
/*0005f0*/ 0x65,0x70,0x74,0x68,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x74,0x68,0x65,0x6e,
|
|
/*000600*/ 0x20,0x6d,0x61,0x78,0x5f,0x64,0x65,0x70,0x74,0x68,0x20,0x3d,0x20,0x64,0x62,0x67,
|
|
/*000610*/ 0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x5f,0x64,0x65,0x70,0x74,0x68,0x20,0x65,0x6e,
|
|
/*000620*/ 0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x52,0x65,0x74,0x75,0x72,0x6e,
|
|
/*000630*/ 0x73,0x20,0x74,0x72,0x75,0x65,0x20,0x69,0x66,0x20,0x61,0x20,0x74,0x61,0x62,0x6c,
|
|
/*000640*/ 0x65,0x20,0x68,0x61,0x73,0x20,0x61,0x20,0x5f,0x5f,0x74,0x6f,0x73,0x74,0x72,0x69,
|
|
/*000650*/ 0x6e,0x67,0x20,0x6d,0x65,0x74,0x61,0x6d,0x65,0x74,0x68,0x6f,0x64,0x2e,0x0d,0x0a,
|
|
/*000660*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*000670*/ 0x63,0x6f,0x65,0x72,0x63,0x65,0x61,0x62,0x6c,0x65,0x28,0x74,0x62,0x6c,0x29,0x0d,
|
|
/*000680*/ 0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6d,0x65,0x74,0x61,0x20,0x3d,0x20,
|
|
/*000690*/ 0x67,0x65,0x74,0x6d,0x65,0x74,0x61,0x74,0x61,0x62,0x6c,0x65,0x28,0x74,0x62,0x6c,
|
|
/*0006a0*/ 0x29,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x28,0x6d,0x65,0x74,
|
|
/*0006b0*/ 0x61,0x20,0x61,0x6e,0x64,0x20,0x6d,0x65,0x74,0x61,0x2e,0x5f,0x5f,0x74,0x6f,0x73,
|
|
/*0006c0*/ 0x74,0x72,0x69,0x6e,0x67,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,
|
|
/*0006d0*/ 0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,
|
|
/*0006e0*/ 0x20,0x72,0x65,0x63,0x75,0x72,0x73,0x65,0x28,0x6f,0x62,0x6a,0x2c,0x20,0x64,0x65,
|
|
/*0006f0*/ 0x70,0x74,0x68,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x74,0x79,0x70,0x65,0x28,
|
|
/*000700*/ 0x6f,0x62,0x6a,0x29,0x20,0x3d,0x3d,0x20,0x22,0x73,0x74,0x72,0x69,0x6e,0x67,0x22,
|
|
/*000710*/ 0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x2d,0x2d,0x20,0x44,0x75,0x6d,
|
|
/*000720*/ 0x70,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,0x20,0x73,0x6f,0x20,
|
|
/*000730*/ 0x74,0x68,0x61,0x74,0x20,0x65,0x73,0x63,0x61,0x70,0x65,0x20,0x73,0x65,0x71,0x75,
|
|
/*000740*/ 0x65,0x6e,0x63,0x65,0x73,0x20,0x61,0x72,0x65,0x20,0x70,0x72,0x69,0x6e,0x74,0x65,
|
|
/*000750*/ 0x64,0x2e,0x0d,0x0a,0x09,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x73,0x74,
|
|
/*000760*/ 0x72,0x69,0x6e,0x67,0x2e,0x66,0x6f,0x72,0x6d,0x61,0x74,0x28,0x22,0x25,0x71,0x22,
|
|
/*000770*/ 0x2c,0x20,0x6f,0x62,0x6a,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x69,0x66,
|
|
/*000780*/ 0x20,0x74,0x79,0x70,0x65,0x28,0x6f,0x62,0x6a,0x29,0x20,0x3d,0x3d,0x20,0x22,0x74,
|
|
/*000790*/ 0x61,0x62,0x6c,0x65,0x22,0x20,0x61,0x6e,0x64,0x20,0x64,0x65,0x70,0x74,0x68,0x20,
|
|
/*0007a0*/ 0x3c,0x20,0x6d,0x61,0x78,0x5f,0x64,0x65,0x70,0x74,0x68,0x20,0x61,0x6e,0x64,0x20,
|
|
/*0007b0*/ 0x6e,0x6f,0x74,0x20,0x63,0x6f,0x65,0x72,0x63,0x65,0x61,0x62,0x6c,0x65,0x28,0x6f,
|
|
/*0007c0*/ 0x62,0x6a,0x29,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,
|
|
/*0007d0*/ 0x61,0x6c,0x20,0x73,0x74,0x72,0x20,0x3d,0x20,0x22,0x7b,0x22,0x0d,0x0a,0x09,0x09,
|
|
/*0007e0*/ 0x09,0x0d,0x0a,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x6b,0x2c,0x20,0x76,0x20,0x69,
|
|
/*0007f0*/ 0x6e,0x20,0x70,0x61,0x69,0x72,0x73,0x28,0x6f,0x62,0x6a,0x29,0x20,0x64,0x6f,0x0d,
|
|
/*000800*/ 0x0a,0x09,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x70,0x61,0x69,0x72,0x20,
|
|
/*000810*/ 0x3d,0x20,0x70,0x72,0x65,0x74,0x74,0x79,0x28,0x6b,0x2c,0x20,0x30,0x29,0x2e,0x2e,
|
|
/*000820*/ 0x22,0x20,0x3d,0x20,0x22,0x2e,0x2e,0x72,0x65,0x63,0x75,0x72,0x73,0x65,0x28,0x76,
|
|
/*000830*/ 0x2c,0x20,0x64,0x65,0x70,0x74,0x68,0x20,0x2b,0x20,0x31,0x29,0x0d,0x0a,0x09,0x09,
|
|
/*000840*/ 0x09,0x09,0x73,0x74,0x72,0x20,0x3d,0x20,0x73,0x74,0x72,0x2e,0x2e,0x28,0x73,0x74,
|
|
/*000850*/ 0x72,0x20,0x3d,0x3d,0x20,0x22,0x7b,0x22,0x20,0x61,0x6e,0x64,0x20,0x70,0x61,0x69,
|
|
/*000860*/ 0x72,0x20,0x6f,0x72,0x20,0x22,0x2c,0x20,0x22,0x2e,0x2e,0x70,0x61,0x69,0x72,0x29,
|
|
/*000870*/ 0x0d,0x0a,0x09,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x09,0x0d,0x0a,0x09,
|
|
/*000880*/ 0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x73,0x74,0x72,0x2e,0x2e,0x22,0x7d,
|
|
/*000890*/ 0x22,0x0d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x09,0x2d,0x2d,
|
|
/*0008a0*/ 0x20,0x74,0x6f,0x73,0x74,0x72,0x69,0x6e,0x67,0x28,0x29,0x20,0x63,0x61,0x6e,0x20,
|
|
/*0008b0*/ 0x66,0x61,0x69,0x6c,0x20,0x69,0x66,0x20,0x74,0x68,0x65,0x72,0x65,0x20,0x69,0x73,
|
|
/*0008c0*/ 0x20,0x61,0x6e,0x20,0x65,0x72,0x72,0x6f,0x72,0x20,0x69,0x6e,0x20,0x61,0x20,0x5f,
|
|
/*0008d0*/ 0x5f,0x74,0x6f,0x73,0x74,0x72,0x69,0x6e,0x67,0x20,0x6d,0x65,0x74,0x61,0x6d,0x65,
|
|
/*0008e0*/ 0x74,0x68,0x6f,0x64,0x2e,0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*0008f0*/ 0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x2c,0x20,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,
|
|
/*000900*/ 0x20,0x70,0x63,0x61,0x6c,0x6c,0x28,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,
|
|
/*000910*/ 0x29,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x6f,0x73,0x74,0x72,0x69,0x6e,
|
|
/*000920*/ 0x67,0x28,0x6f,0x62,0x6a,0x29,0x20,0x65,0x6e,0x64,0x29,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*000930*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x28,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x20,
|
|
/*000940*/ 0x61,0x6e,0x64,0x20,0x76,0x61,0x6c,0x75,0x65,0x20,0x6f,0x72,0x20,0x22,0x3c,0x21,
|
|
/*000950*/ 0x21,0x65,0x72,0x72,0x6f,0x72,0x20,0x69,0x6e,0x20,0x5f,0x5f,0x74,0x6f,0x73,0x74,
|
|
/*000960*/ 0x72,0x69,0x6e,0x67,0x20,0x6d,0x65,0x74,0x61,0x6d,0x65,0x74,0x68,0x6f,0x64,0x21,
|
|
/*000970*/ 0x21,0x3e,0x22,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6e,
|
|
/*000980*/ 0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x72,0x65,
|
|
/*000990*/ 0x63,0x75,0x72,0x73,0x65,0x28,0x6f,0x62,0x6a,0x2c,0x20,0x30,0x29,0x0d,0x0a,0x65,
|
|
/*0009a0*/ 0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x54,0x68,0x65,0x20,0x73,0x74,0x61,
|
|
/*0009b0*/ 0x63,0x6b,0x20,0x6c,0x65,0x76,0x65,0x6c,0x20,0x74,0x68,0x61,0x74,0x20,0x63,0x6d,
|
|
/*0009c0*/ 0x64,0x5f,0x2a,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x73,0x20,0x75,0x73,
|
|
/*0009d0*/ 0x65,0x20,0x74,0x6f,0x20,0x61,0x63,0x63,0x65,0x73,0x73,0x20,0x6c,0x6f,0x63,0x61,
|
|
/*0009e0*/ 0x6c,0x73,0x20,0x6f,0x72,0x20,0x69,0x6e,0x66,0x6f,0x0d,0x0a,0x2d,0x2d,0x20,0x54,
|
|
/*0009f0*/ 0x68,0x65,0x20,0x73,0x74,0x72,0x75,0x63,0x74,0x75,0x72,0x65,0x20,0x6f,0x66,0x20,
|
|
/*000a00*/ 0x74,0x68,0x65,0x20,0x63,0x6f,0x64,0x65,0x20,0x76,0x65,0x72,0x79,0x20,0x63,0x61,
|
|
/*000a10*/ 0x72,0x65,0x66,0x75,0x6c,0x6c,0x79,0x20,0x65,0x6e,0x73,0x75,0x72,0x65,0x73,0x20,
|
|
/*000a20*/ 0x74,0x68,0x69,0x73,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x43,0x4d,0x44,
|
|
/*000a30*/ 0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x20,0x3d,0x20,0x36,
|
|
/*000a40*/ 0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x4c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*000a50*/ 0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x74,0x6f,0x70,0x20,0x6f,0x66,0x20,0x74,0x68,
|
|
/*000a60*/ 0x65,0x20,0x73,0x74,0x61,0x63,0x6b,0x20,0x6f,0x75,0x74,0x73,0x69,0x64,0x65,0x20,
|
|
/*000a70*/ 0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x2e,
|
|
/*000a80*/ 0x0d,0x0a,0x2d,0x2d,0x20,0x41,0x64,0x6a,0x75,0x73,0x74,0x65,0x64,0x20,0x62,0x79,
|
|
/*000a90*/ 0x20,0x73,0x6f,0x6d,0x65,0x20,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x20,0x65,
|
|
/*000aa0*/ 0x6e,0x74,0x72,0x79,0x70,0x6f,0x69,0x6e,0x74,0x73,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,
|
|
/*000ab0*/ 0x61,0x6c,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x20,0x3d,0x20,0x30,
|
|
/*000ac0*/ 0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x54,0x68,0x65,0x20,0x63,0x75,0x72,0x72,0x65,
|
|
/*000ad0*/ 0x6e,0x74,0x20,0x73,0x74,0x61,0x63,0x6b,0x20,0x66,0x72,0x61,0x6d,0x65,0x20,0x69,
|
|
/*000ae0*/ 0x6e,0x64,0x65,0x78,0x2e,0x0d,0x0a,0x2d,0x2d,0x20,0x43,0x68,0x61,0x6e,0x67,0x65,
|
|
/*000af0*/ 0x64,0x20,0x75,0x73,0x69,0x6e,0x67,0x20,0x74,0x68,0x65,0x20,0x75,0x70,0x2f,0x64,
|
|
/*000b00*/ 0x6f,0x77,0x6e,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x73,0x0d,0x0a,0x6c,0x6f,
|
|
/*000b10*/ 0x63,0x61,0x6c,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,
|
|
/*000b20*/ 0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x30,0x0d,0x0a,0x0d,0x0a,
|
|
/*000b30*/ 0x2d,0x2d,0x20,0x4c,0x75,0x61,0x4a,0x49,0x54,0x20,0x68,0x61,0x73,0x20,0x61,0x6e,
|
|
/*000b40*/ 0x20,0x6f,0x66,0x66,0x20,0x62,0x79,0x20,0x6f,0x6e,0x65,0x20,0x62,0x75,0x67,0x20,
|
|
/*000b50*/ 0x77,0x68,0x65,0x6e,0x20,0x73,0x65,0x74,0x74,0x69,0x6e,0x67,0x20,0x6c,0x6f,0x63,
|
|
/*000b60*/ 0x61,0x6c,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x73,0x2e,0x0d,0x0a,0x6c,
|
|
/*000b70*/ 0x6f,0x63,0x61,0x6c,0x20,0x4c,0x55,0x41,0x5f,0x4a,0x49,0x54,0x5f,0x53,0x45,0x54,
|
|
/*000b80*/ 0x4c,0x4f,0x43,0x41,0x4c,0x5f,0x57,0x4f,0x52,0x4b,0x41,0x52,0x4f,0x55,0x4e,0x44,
|
|
/*000b90*/ 0x20,0x3d,0x20,0x30,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x44,0x65,0x66,0x61,0x75,
|
|
/*000ba0*/ 0x6c,0x74,0x20,0x64,0x62,0x67,0x2e,0x72,0x65,0x61,0x64,0x20,0x66,0x75,0x6e,0x63,
|
|
/*000bb0*/ 0x74,0x69,0x6f,0x6e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,
|
|
/*000bc0*/ 0x74,0x69,0x6f,0x6e,0x20,0x64,0x62,0x67,0x5f,0x72,0x65,0x61,0x64,0x28,0x70,0x72,
|
|
/*000bd0*/ 0x6f,0x6d,0x70,0x74,0x29,0x0d,0x0a,0x09,0x64,0x62,0x67,0x2e,0x77,0x72,0x69,0x74,
|
|
/*000be0*/ 0x65,0x28,0x70,0x72,0x6f,0x6d,0x70,0x74,0x29,0x0d,0x0a,0x09,0x69,0x6f,0x2e,0x66,
|
|
/*000bf0*/ 0x6c,0x75,0x73,0x68,0x28,0x29,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*000c00*/ 0x69,0x6f,0x2e,0x72,0x65,0x61,0x64,0x28,0x29,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,
|
|
/*000c10*/ 0x0d,0x0a,0x2d,0x2d,0x20,0x44,0x65,0x66,0x61,0x75,0x6c,0x74,0x20,0x64,0x62,0x67,
|
|
/*000c20*/ 0x2e,0x77,0x72,0x69,0x74,0x65,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x0d,
|
|
/*000c30*/ 0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*000c40*/ 0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x28,0x73,0x74,0x72,0x29,0x0d,0x0a,
|
|
/*000c50*/ 0x09,0x69,0x6f,0x2e,0x77,0x72,0x69,0x74,0x65,0x28,0x73,0x74,0x72,0x29,0x0d,0x0a,
|
|
/*000c60*/ 0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,
|
|
/*000c70*/ 0x63,0x74,0x69,0x6f,0x6e,0x20,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,
|
|
/*000c80*/ 0x6e,0x28,0x73,0x74,0x72,0x2c,0x20,0x2e,0x2e,0x2e,0x29,0x0d,0x0a,0x09,0x69,0x66,
|
|
/*000c90*/ 0x20,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x22,0x23,0x22,0x2c,0x20,0x2e,0x2e,0x2e,
|
|
/*000ca0*/ 0x29,0x20,0x3d,0x3d,0x20,0x30,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x64,
|
|
/*000cb0*/ 0x62,0x67,0x2e,0x77,0x72,0x69,0x74,0x65,0x28,0x28,0x73,0x74,0x72,0x20,0x6f,0x72,
|
|
/*000cc0*/ 0x20,0x22,0x3c,0x4e,0x55,0x4c,0x4c,0x3e,0x22,0x29,0x2e,0x2e,0x22,0x5c,0x6e,0x22,
|
|
/*000cd0*/ 0x29,0x0d,0x0a,0x09,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x2e,
|
|
/*000ce0*/ 0x77,0x72,0x69,0x74,0x65,0x28,0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,0x66,0x6f,0x72,
|
|
/*000cf0*/ 0x6d,0x61,0x74,0x28,0x73,0x74,0x72,0x2e,0x2e,0x22,0x5c,0x6e,0x22,0x2c,0x20,0x2e,
|
|
/*000d00*/ 0x2e,0x2e,0x29,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x65,0x6e,0x64,0x0d,
|
|
/*000d10*/ 0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,
|
|
/*000d20*/ 0x6e,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x6c,0x6f,0x63,0x28,0x66,0x69,0x6c,
|
|
/*000d30*/ 0x65,0x2c,0x20,0x6c,0x69,0x6e,0x65,0x29,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*000d40*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x66,0x69,0x6c,0x65,
|
|
/*000d50*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,
|
|
/*000d60*/ 0x3a,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,
|
|
/*000d70*/ 0x2e,0x2e,0x6c,0x69,0x6e,0x65,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,
|
|
/*000d80*/ 0x53,0x45,0x54,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,
|
|
/*000d90*/ 0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x73,
|
|
/*000da0*/ 0x74,0x61,0x63,0x6b,0x5f,0x66,0x72,0x61,0x6d,0x65,0x5f,0x69,0x6e,0x66,0x6f,0x28,
|
|
/*000db0*/ 0x69,0x6e,0x66,0x6f,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x69,
|
|
/*000dc0*/ 0x6c,0x65,0x6e,0x61,0x6d,0x65,0x20,0x3d,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x73,0x6f,
|
|
/*000dd0*/ 0x75,0x72,0x63,0x65,0x3a,0x6d,0x61,0x74,0x63,0x68,0x28,0x22,0x40,0x28,0x2e,0x2a,
|
|
/*000de0*/ 0x29,0x22,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x6f,0x75,0x72,
|
|
/*000df0*/ 0x63,0x65,0x20,0x3d,0x20,0x66,0x69,0x6c,0x65,0x6e,0x61,0x6d,0x65,0x20,0x61,0x6e,
|
|
/*000e00*/ 0x64,0x20,0x64,0x62,0x67,0x2e,0x73,0x68,0x6f,0x72,0x74,0x65,0x6e,0x5f,0x70,0x61,
|
|
/*000e10*/ 0x74,0x68,0x28,0x66,0x69,0x6c,0x65,0x6e,0x61,0x6d,0x65,0x29,0x20,0x6f,0x72,0x20,
|
|
/*000e20*/ 0x69,0x6e,0x66,0x6f,0x2e,0x73,0x68,0x6f,0x72,0x74,0x5f,0x73,0x72,0x63,0x0d,0x0a,
|
|
/*000e30*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6e,0x61,0x6d,0x65,0x77,0x68,0x61,0x74,0x20,
|
|
/*000e40*/ 0x3d,0x20,0x28,0x69,0x6e,0x66,0x6f,0x2e,0x6e,0x61,0x6d,0x65,0x77,0x68,0x61,0x74,
|
|
/*000e50*/ 0x20,0x3d,0x3d,0x20,0x22,0x22,0x20,0x61,0x6e,0x64,0x20,0x22,0x63,0x68,0x75,0x6e,
|
|
/*000e60*/ 0x6b,0x20,0x61,0x74,0x22,0x20,0x6f,0x72,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x6e,0x61,
|
|
/*000e70*/ 0x6d,0x65,0x77,0x68,0x61,0x74,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*000e80*/ 0x6e,0x61,0x6d,0x65,0x20,0x3d,0x20,0x28,0x69,0x6e,0x66,0x6f,0x2e,0x6e,0x61,0x6d,
|
|
/*000e90*/ 0x65,0x20,0x61,0x6e,0x64,0x20,0x22,0x27,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*000ea0*/ 0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x69,0x6e,0x66,0x6f,0x2e,0x6e,0x61,0x6d,0x65,
|
|
/*000eb0*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,
|
|
/*000ec0*/ 0x27,0x22,0x20,0x6f,0x72,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x6c,0x6f,0x63,
|
|
/*000ed0*/ 0x28,0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x6c,0x69,
|
|
/*000ee0*/ 0x6e,0x65,0x64,0x65,0x66,0x69,0x6e,0x65,0x64,0x29,0x29,0x0d,0x0a,0x09,0x72,0x65,
|
|
/*000ef0*/ 0x74,0x75,0x72,0x6e,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x6c,0x6f,0x63,0x28,
|
|
/*000f00*/ 0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x63,0x75,0x72,
|
|
/*000f10*/ 0x72,0x65,0x6e,0x74,0x6c,0x69,0x6e,0x65,0x29,0x2e,0x2e,0x22,0x20,0x69,0x6e,0x20,
|
|
/*000f20*/ 0x22,0x2e,0x2e,0x6e,0x61,0x6d,0x65,0x77,0x68,0x61,0x74,0x2e,0x2e,0x22,0x20,0x22,
|
|
/*000f30*/ 0x2e,0x2e,0x6e,0x61,0x6d,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,
|
|
/*000f40*/ 0x6f,0x63,0x61,0x6c,0x20,0x72,0x65,0x70,0x6c,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,
|
|
/*000f50*/ 0x52,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x20,0x66,0x6f,0x72,
|
|
/*000f60*/ 0x20,0x73,0x74,0x61,0x63,0x6b,0x20,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x77,0x69,
|
|
/*000f70*/ 0x74,0x68,0x6f,0x75,0x74,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x0d,0x0a,0x2d,
|
|
/*000f80*/ 0x2d,0x20,0x77,0x68,0x69,0x63,0x68,0x20,0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73,
|
|
/*000f90*/ 0x20,0x43,0x20,0x66,0x72,0x61,0x6d,0x65,0x73,0x2c,0x20,0x4c,0x75,0x61,0x20,0x62,
|
|
/*000fa0*/ 0x79,0x74,0x65,0x63,0x6f,0x64,0x65,0x2c,0x20,0x61,0x6e,0x64,0x20,0x60,0x6c,0x6f,
|
|
/*000fb0*/ 0x61,0x64,0x73,0x74,0x72,0x69,0x6e,0x67,0x60,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,
|
|
/*000fc0*/ 0x6f,0x6e,0x73,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,
|
|
/*000fd0*/ 0x69,0x6f,0x6e,0x20,0x66,0x72,0x61,0x6d,0x65,0x5f,0x68,0x61,0x73,0x5f,0x6c,0x69,
|
|
/*000fe0*/ 0x6e,0x65,0x28,0x69,0x6e,0x66,0x6f,0x29,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*000ff0*/ 0x69,0x6e,0x66,0x6f,0x2e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x6c,0x69,0x6e,0x65,
|
|
/*001000*/ 0x20,0x3e,0x3d,0x20,0x30,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,
|
|
/*001010*/ 0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x68,0x6f,0x6f,0x6b,
|
|
/*001020*/ 0x5f,0x66,0x61,0x63,0x74,0x6f,0x72,0x79,0x28,0x72,0x65,0x70,0x6c,0x5f,0x74,0x68,
|
|
/*001030*/ 0x72,0x65,0x73,0x68,0x6f,0x6c,0x64,0x29,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,
|
|
/*001040*/ 0x6e,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x6f,0x66,0x66,0x73,0x65,
|
|
/*001050*/ 0x74,0x2c,0x20,0x72,0x65,0x61,0x73,0x6f,0x6e,0x29,0x0d,0x0a,0x09,0x09,0x72,0x65,
|
|
/*001060*/ 0x74,0x75,0x72,0x6e,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x65,0x76,
|
|
/*001070*/ 0x65,0x6e,0x74,0x2c,0x20,0x5f,0x29,0x0d,0x0a,0x09,0x09,0x09,0x2d,0x2d,0x20,0x53,
|
|
/*001080*/ 0x6b,0x69,0x70,0x20,0x65,0x76,0x65,0x6e,0x74,0x73,0x20,0x74,0x68,0x61,0x74,0x20,
|
|
/*001090*/ 0x64,0x6f,0x6e,0x27,0x74,0x20,0x68,0x61,0x76,0x65,0x20,0x6c,0x69,0x6e,0x65,0x20,
|
|
/*0010a0*/ 0x69,0x6e,0x66,0x6f,0x72,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2e,0x0d,0x0a,0x09,0x09,
|
|
/*0010b0*/ 0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x66,0x72,0x61,0x6d,0x65,0x5f,0x68,0x61,
|
|
/*0010c0*/ 0x73,0x5f,0x6c,0x69,0x6e,0x65,0x28,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,
|
|
/*0010d0*/ 0x69,0x6e,0x66,0x6f,0x28,0x32,0x29,0x29,0x20,0x74,0x68,0x65,0x6e,0x20,0x72,0x65,
|
|
/*0010e0*/ 0x74,0x75,0x72,0x6e,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x09,0x0d,0x0a,0x09,
|
|
/*0010f0*/ 0x09,0x09,0x2d,0x2d,0x20,0x54,0x61,0x69,0x6c,0x20,0x63,0x61,0x6c,0x6c,0x73,0x20,
|
|
/*001100*/ 0x61,0x72,0x65,0x20,0x73,0x70,0x65,0x63,0x69,0x66,0x69,0x63,0x61,0x6c,0x6c,0x79,
|
|
/*001110*/ 0x20,0x69,0x67,0x6e,0x6f,0x72,0x65,0x64,0x20,0x73,0x69,0x6e,0x63,0x65,0x20,0x74,
|
|
/*001120*/ 0x68,0x65,0x79,0x20,0x61,0x6c,0x73,0x6f,0x20,0x77,0x69,0x6c,0x6c,0x20,0x68,0x61,
|
|
/*001130*/ 0x76,0x65,0x20,0x74,0x61,0x69,0x6c,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x73,0x20,
|
|
/*001140*/ 0x74,0x6f,0x20,0x62,0x61,0x6c,0x61,0x6e,0x63,0x65,0x20,0x6f,0x75,0x74,0x2e,0x0d,
|
|
/*001150*/ 0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x65,0x76,0x65,0x6e,0x74,0x20,0x3d,0x3d,0x20,
|
|
/*001160*/ 0x22,0x63,0x61,0x6c,0x6c,0x22,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*001170*/ 0x09,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,
|
|
/*001180*/ 0x20,0x2b,0x20,0x31,0x0d,0x0a,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x69,0x66,0x20,
|
|
/*001190*/ 0x65,0x76,0x65,0x6e,0x74,0x20,0x3d,0x3d,0x20,0x22,0x72,0x65,0x74,0x75,0x72,0x6e,
|
|
/*0011a0*/ 0x22,0x20,0x61,0x6e,0x64,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3e,0x20,0x72,
|
|
/*0011b0*/ 0x65,0x70,0x6c,0x5f,0x74,0x68,0x72,0x65,0x73,0x68,0x6f,0x6c,0x64,0x20,0x74,0x68,
|
|
/*0011c0*/ 0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x09,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,
|
|
/*0011d0*/ 0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2d,0x20,0x31,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*0011e0*/ 0x65,0x6c,0x73,0x65,0x69,0x66,0x20,0x65,0x76,0x65,0x6e,0x74,0x20,0x3d,0x3d,0x20,
|
|
/*0011f0*/ 0x22,0x6c,0x69,0x6e,0x65,0x22,0x20,0x61,0x6e,0x64,0x20,0x6f,0x66,0x66,0x73,0x65,
|
|
/*001200*/ 0x74,0x20,0x3c,0x3d,0x20,0x72,0x65,0x70,0x6c,0x5f,0x74,0x68,0x72,0x65,0x73,0x68,
|
|
/*001210*/ 0x6f,0x6c,0x64,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x09,0x72,0x65,
|
|
/*001220*/ 0x70,0x6c,0x28,0x72,0x65,0x61,0x73,0x6f,0x6e,0x29,0x0d,0x0a,0x09,0x09,0x09,0x65,
|
|
/*001230*/ 0x6e,0x64,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,
|
|
/*001240*/ 0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x68,0x6f,
|
|
/*001250*/ 0x6f,0x6b,0x5f,0x73,0x74,0x65,0x70,0x20,0x3d,0x20,0x68,0x6f,0x6f,0x6b,0x5f,0x66,
|
|
/*001260*/ 0x61,0x63,0x74,0x6f,0x72,0x79,0x28,0x31,0x29,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*001270*/ 0x20,0x68,0x6f,0x6f,0x6b,0x5f,0x6e,0x65,0x78,0x74,0x20,0x3d,0x20,0x68,0x6f,0x6f,
|
|
/*001280*/ 0x6b,0x5f,0x66,0x61,0x63,0x74,0x6f,0x72,0x79,0x28,0x30,0x29,0x0d,0x0a,0x6c,0x6f,
|
|
/*001290*/ 0x63,0x61,0x6c,0x20,0x68,0x6f,0x6f,0x6b,0x5f,0x66,0x69,0x6e,0x69,0x73,0x68,0x20,
|
|
/*0012a0*/ 0x3d,0x20,0x68,0x6f,0x6f,0x6b,0x5f,0x66,0x61,0x63,0x74,0x6f,0x72,0x79,0x28,0x2d,
|
|
/*0012b0*/ 0x31,0x29,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x43,0x72,0x65,0x61,0x74,0x65,0x20,
|
|
/*0012c0*/ 0x61,0x20,0x74,0x61,0x62,0x6c,0x65,0x20,0x6f,0x66,0x20,0x61,0x6c,0x6c,0x20,0x74,
|
|
/*0012d0*/ 0x68,0x65,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x6c,0x79,0x20,0x61,0x63,0x63,0x65,0x73,
|
|
/*0012e0*/ 0x73,0x69,0x62,0x6c,0x65,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x73,0x2e,
|
|
/*0012f0*/ 0x0d,0x0a,0x2d,0x2d,0x20,0x47,0x6c,0x6f,0x62,0x61,0x6c,0x73,0x20,0x61,0x72,0x65,
|
|
/*001300*/ 0x20,0x6e,0x6f,0x74,0x20,0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x64,0x20,0x77,0x68,
|
|
/*001310*/ 0x65,0x6e,0x20,0x72,0x75,0x6e,0x6e,0x69,0x6e,0x67,0x20,0x74,0x68,0x65,0x20,0x6c,
|
|
/*001320*/ 0x6f,0x63,0x61,0x6c,0x73,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x2c,0x20,0x62,
|
|
/*001330*/ 0x75,0x74,0x20,0x61,0x72,0x65,0x20,0x77,0x68,0x65,0x6e,0x20,0x72,0x75,0x6e,0x6e,
|
|
/*001340*/ 0x69,0x6e,0x67,0x20,0x74,0x68,0x65,0x20,0x70,0x72,0x69,0x6e,0x74,0x20,0x63,0x6f,
|
|
/*001350*/ 0x6d,0x6d,0x61,0x6e,0x64,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,
|
|
/*001360*/ 0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x5f,0x62,0x69,0x6e,
|
|
/*001370*/ 0x64,0x69,0x6e,0x67,0x73,0x28,0x6f,0x66,0x66,0x73,0x65,0x74,0x2c,0x20,0x69,0x6e,
|
|
/*001380*/ 0x63,0x6c,0x75,0x64,0x65,0x5f,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x73,0x29,0x0d,0x0a,
|
|
/*001390*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6c,0x65,0x76,0x65,0x6c,0x20,0x3d,0x20,0x6f,
|
|
/*0013a0*/ 0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,
|
|
/*0013b0*/ 0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,0x43,
|
|
/*0013c0*/ 0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x0d,0x0a,
|
|
/*0013d0*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x20,0x3d,0x20,0x64,0x65,
|
|
/*0013e0*/ 0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x6c,0x65,0x76,0x65,
|
|
/*0013f0*/ 0x6c,0x29,0x2e,0x66,0x75,0x6e,0x63,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*001400*/ 0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x20,0x3d,0x20,0x7b,0x7d,0x0d,0x0a,0x09,
|
|
/*001410*/ 0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x52,0x65,0x74,0x72,0x69,0x65,0x76,0x65,0x20,0x74,
|
|
/*001420*/ 0x68,0x65,0x20,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,0x73,0x0d,0x0a,0x09,0x64,0x6f,
|
|
/*001430*/ 0x20,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x20,0x3d,0x20,0x31,0x3b,0x20,0x77,0x68,
|
|
/*001440*/ 0x69,0x6c,0x65,0x20,0x74,0x72,0x75,0x65,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,0x6c,
|
|
/*001450*/ 0x6f,0x63,0x61,0x6c,0x20,0x6e,0x61,0x6d,0x65,0x2c,0x20,0x76,0x61,0x6c,0x75,0x65,
|
|
/*001460*/ 0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x75,0x70,0x76,0x61,
|
|
/*001470*/ 0x6c,0x75,0x65,0x28,0x66,0x75,0x6e,0x63,0x2c,0x20,0x69,0x29,0x0d,0x0a,0x09,0x09,
|
|
/*001480*/ 0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x6e,0x61,0x6d,0x65,0x20,0x74,0x68,0x65,0x6e,
|
|
/*001490*/ 0x20,0x62,0x72,0x65,0x61,0x6b,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x62,0x69,
|
|
/*0014a0*/ 0x6e,0x64,0x69,0x6e,0x67,0x73,0x5b,0x6e,0x61,0x6d,0x65,0x5d,0x20,0x3d,0x20,0x76,
|
|
/*0014b0*/ 0x61,0x6c,0x75,0x65,0x0d,0x0a,0x09,0x09,0x69,0x20,0x3d,0x20,0x69,0x20,0x2b,0x20,
|
|
/*0014c0*/ 0x31,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,
|
|
/*0014d0*/ 0x09,0x2d,0x2d,0x20,0x52,0x65,0x74,0x72,0x69,0x65,0x76,0x65,0x20,0x74,0x68,0x65,
|
|
/*0014e0*/ 0x20,0x6c,0x6f,0x63,0x61,0x6c,0x73,0x20,0x28,0x6f,0x76,0x65,0x72,0x77,0x72,0x69,
|
|
/*0014f0*/ 0x74,0x69,0x6e,0x67,0x20,0x61,0x6e,0x79,0x20,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,
|
|
/*001500*/ 0x73,0x29,0x0d,0x0a,0x09,0x64,0x6f,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x20,
|
|
/*001510*/ 0x3d,0x20,0x31,0x3b,0x20,0x77,0x68,0x69,0x6c,0x65,0x20,0x74,0x72,0x75,0x65,0x20,
|
|
/*001520*/ 0x64,0x6f,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6e,0x61,0x6d,0x65,
|
|
/*001530*/ 0x2c,0x20,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,
|
|
/*001540*/ 0x67,0x65,0x74,0x6c,0x6f,0x63,0x61,0x6c,0x28,0x6c,0x65,0x76,0x65,0x6c,0x2c,0x20,
|
|
/*001550*/ 0x69,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x6e,0x61,0x6d,
|
|
/*001560*/ 0x65,0x20,0x74,0x68,0x65,0x6e,0x20,0x62,0x72,0x65,0x61,0x6b,0x20,0x65,0x6e,0x64,
|
|
/*001570*/ 0x0d,0x0a,0x09,0x09,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x5b,0x6e,0x61,0x6d,
|
|
/*001580*/ 0x65,0x5d,0x20,0x3d,0x20,0x76,0x61,0x6c,0x75,0x65,0x0d,0x0a,0x09,0x09,0x69,0x20,
|
|
/*001590*/ 0x3d,0x20,0x69,0x20,0x2b,0x20,0x31,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x20,0x65,0x6e,
|
|
/*0015a0*/ 0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x52,0x65,0x74,0x72,0x69,0x65,
|
|
/*0015b0*/ 0x76,0x65,0x20,0x74,0x68,0x65,0x20,0x76,0x61,0x72,0x61,0x72,0x67,0x73,0x20,0x28,
|
|
/*0015c0*/ 0x77,0x6f,0x72,0x6b,0x73,0x20,0x69,0x6e,0x20,0x4c,0x75,0x61,0x20,0x35,0x2e,0x32,
|
|
/*0015d0*/ 0x20,0x61,0x6e,0x64,0x20,0x4c,0x75,0x61,0x4a,0x49,0x54,0x29,0x0d,0x0a,0x09,0x6c,
|
|
/*0015e0*/ 0x6f,0x63,0x61,0x6c,0x20,0x76,0x61,0x72,0x61,0x72,0x67,0x73,0x20,0x3d,0x20,0x7b,
|
|
/*0015f0*/ 0x7d,0x0d,0x0a,0x09,0x64,0x6f,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x20,0x3d,
|
|
/*001600*/ 0x20,0x31,0x3b,0x20,0x77,0x68,0x69,0x6c,0x65,0x20,0x74,0x72,0x75,0x65,0x20,0x64,
|
|
/*001610*/ 0x6f,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6e,0x61,0x6d,0x65,0x2c,
|
|
/*001620*/ 0x20,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,
|
|
/*001630*/ 0x65,0x74,0x6c,0x6f,0x63,0x61,0x6c,0x28,0x6c,0x65,0x76,0x65,0x6c,0x2c,0x20,0x2d,
|
|
/*001640*/ 0x69,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x6e,0x61,0x6d,
|
|
/*001650*/ 0x65,0x20,0x74,0x68,0x65,0x6e,0x20,0x62,0x72,0x65,0x61,0x6b,0x20,0x65,0x6e,0x64,
|
|
/*001660*/ 0x0d,0x0a,0x09,0x09,0x76,0x61,0x72,0x61,0x72,0x67,0x73,0x5b,0x69,0x5d,0x20,0x3d,
|
|
/*001670*/ 0x20,0x76,0x61,0x6c,0x75,0x65,0x0d,0x0a,0x09,0x09,0x69,0x20,0x3d,0x20,0x69,0x20,
|
|
/*001680*/ 0x2b,0x20,0x31,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,
|
|
/*001690*/ 0x69,0x66,0x20,0x23,0x76,0x61,0x72,0x61,0x72,0x67,0x73,0x20,0x3e,0x20,0x30,0x20,
|
|
/*0016a0*/ 0x74,0x68,0x65,0x6e,0x20,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x5b,0x22,0x2e,
|
|
/*0016b0*/ 0x2e,0x2e,0x22,0x5d,0x20,0x3d,0x20,0x76,0x61,0x72,0x61,0x72,0x67,0x73,0x20,0x65,
|
|
/*0016c0*/ 0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,0x66,0x20,0x69,0x6e,0x63,0x6c,0x75,
|
|
/*0016d0*/ 0x64,0x65,0x5f,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x73,0x20,0x74,0x68,0x65,0x6e,0x0d,
|
|
/*0016e0*/ 0x0a,0x09,0x09,0x2d,0x2d,0x20,0x49,0x6e,0x20,0x4c,0x75,0x61,0x20,0x35,0x2e,0x32,
|
|
/*0016f0*/ 0x2c,0x20,0x79,0x6f,0x75,0x20,0x68,0x61,0x76,0x65,0x20,0x74,0x6f,0x20,0x67,0x65,
|
|
/*001700*/ 0x74,0x20,0x74,0x68,0x65,0x20,0x65,0x6e,0x76,0x69,0x72,0x6f,0x6e,0x6d,0x65,0x6e,
|
|
/*001710*/ 0x74,0x20,0x74,0x61,0x62,0x6c,0x65,0x20,0x66,0x72,0x6f,0x6d,0x20,0x74,0x68,0x65,
|
|
/*001720*/ 0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x27,0x73,0x20,0x6c,0x6f,0x63,0x61,
|
|
/*001730*/ 0x6c,0x73,0x2e,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x65,0x6e,0x76,
|
|
/*001740*/ 0x20,0x3d,0x20,0x28,0x5f,0x56,0x45,0x52,0x53,0x49,0x4f,0x4e,0x20,0x3c,0x3d,0x20,
|
|
/*001750*/ 0x22,0x4c,0x75,0x61,0x20,0x35,0x2e,0x31,0x22,0x20,0x61,0x6e,0x64,0x20,0x67,0x65,
|
|
/*001760*/ 0x74,0x66,0x65,0x6e,0x76,0x28,0x66,0x75,0x6e,0x63,0x29,0x20,0x6f,0x72,0x20,0x62,
|
|
/*001770*/ 0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x2e,0x5f,0x45,0x4e,0x56,0x29,0x0d,0x0a,0x09,
|
|
/*001780*/ 0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x73,0x65,0x74,0x6d,0x65,0x74,0x61,0x74,
|
|
/*001790*/ 0x61,0x62,0x6c,0x65,0x28,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x2c,0x20,0x7b,
|
|
/*0017a0*/ 0x5f,0x5f,0x69,0x6e,0x64,0x65,0x78,0x20,0x3d,0x20,0x65,0x6e,0x76,0x20,0x6f,0x72,
|
|
/*0017b0*/ 0x20,0x5f,0x47,0x7d,0x29,0x0d,0x0a,0x09,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,
|
|
/*0017c0*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x0d,
|
|
/*0017d0*/ 0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,
|
|
/*0017e0*/ 0x20,0x55,0x73,0x65,0x64,0x20,0x61,0x73,0x20,0x61,0x20,0x5f,0x5f,0x6e,0x65,0x77,
|
|
/*0017f0*/ 0x69,0x6e,0x64,0x65,0x78,0x20,0x6d,0x65,0x74,0x61,0x6d,0x65,0x74,0x68,0x6f,0x64,
|
|
/*001800*/ 0x20,0x74,0x6f,0x20,0x6d,0x6f,0x64,0x69,0x66,0x79,0x20,0x76,0x61,0x72,0x69,0x61,
|
|
/*001810*/ 0x62,0x6c,0x65,0x73,0x20,0x69,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x65,0x76,0x61,0x6c,
|
|
/*001820*/ 0x28,0x29,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,
|
|
/*001830*/ 0x69,0x6f,0x6e,0x20,0x6d,0x75,0x74,0x61,0x74,0x65,0x5f,0x62,0x69,0x6e,0x64,0x69,
|
|
/*001840*/ 0x6e,0x67,0x73,0x28,0x5f,0x2c,0x20,0x6e,0x61,0x6d,0x65,0x2c,0x20,0x76,0x61,0x6c,
|
|
/*001850*/ 0x75,0x65,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x46,0x55,0x4e,0x43,
|
|
/*001860*/ 0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4f,0x46,0x46,0x53,0x45,0x54,0x20,0x3d,0x20,
|
|
/*001870*/ 0x33,0x20,0x2d,0x2d,0x20,0x53,0x74,0x61,0x63,0x6b,0x20,0x64,0x65,0x70,0x74,0x68,
|
|
/*001880*/ 0x20,0x6f,0x66,0x20,0x74,0x68,0x69,0x73,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,
|
|
/*001890*/ 0x6e,0x2e,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6c,0x65,0x76,0x65,0x6c,
|
|
/*0018a0*/ 0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,
|
|
/*0018b0*/ 0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,0x46,0x55,0x4e,0x43,0x5f,0x53,
|
|
/*0018c0*/ 0x54,0x41,0x43,0x4b,0x5f,0x4f,0x46,0x46,0x53,0x45,0x54,0x20,0x2b,0x20,0x43,0x4d,
|
|
/*0018d0*/ 0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x0d,0x0a,0x09,
|
|
/*0018e0*/ 0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x53,0x65,0x74,0x20,0x61,0x20,0x6c,0x6f,0x63,0x61,
|
|
/*0018f0*/ 0x6c,0x2e,0x0d,0x0a,0x09,0x64,0x6f,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x20,
|
|
/*001900*/ 0x3d,0x20,0x31,0x3b,0x20,0x72,0x65,0x70,0x65,0x61,0x74,0x0d,0x0a,0x09,0x09,0x6c,
|
|
/*001910*/ 0x6f,0x63,0x61,0x6c,0x20,0x76,0x61,0x72,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,
|
|
/*001920*/ 0x2e,0x67,0x65,0x74,0x6c,0x6f,0x63,0x61,0x6c,0x28,0x6c,0x65,0x76,0x65,0x6c,0x2c,
|
|
/*001930*/ 0x20,0x69,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6e,0x61,0x6d,0x65,0x20,0x3d,
|
|
/*001940*/ 0x3d,0x20,0x76,0x61,0x72,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x64,
|
|
/*001950*/ 0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*001960*/ 0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,0x67,
|
|
/*001970*/ 0x65,0x72,0x2e,0x6c,0x75,0x61,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,
|
|
/*001980*/ 0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x53,0x65,0x74,0x20,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*001990*/ 0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,
|
|
/*0019a0*/ 0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x6e,0x61,0x6d,0x65,0x2e,0x2e,0x43,
|
|
/*0019b0*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x29,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*0019c0*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x73,0x65,0x74,
|
|
/*0019d0*/ 0x6c,0x6f,0x63,0x61,0x6c,0x28,0x6c,0x65,0x76,0x65,0x6c,0x20,0x2b,0x20,0x4c,0x55,
|
|
/*0019e0*/ 0x41,0x5f,0x4a,0x49,0x54,0x5f,0x53,0x45,0x54,0x4c,0x4f,0x43,0x41,0x4c,0x5f,0x57,
|
|
/*0019f0*/ 0x4f,0x52,0x4b,0x41,0x52,0x4f,0x55,0x4e,0x44,0x2c,0x20,0x69,0x2c,0x20,0x76,0x61,
|
|
/*001a00*/ 0x6c,0x75,0x65,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x69,
|
|
/*001a10*/ 0x20,0x3d,0x20,0x69,0x20,0x2b,0x20,0x31,0x0d,0x0a,0x09,0x75,0x6e,0x74,0x69,0x6c,
|
|
/*001a20*/ 0x20,0x76,0x61,0x72,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x65,0x6e,0x64,0x0d,
|
|
/*001a30*/ 0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x53,0x65,0x74,0x20,0x61,0x6e,0x20,0x75,
|
|
/*001a40*/ 0x70,0x76,0x61,0x6c,0x75,0x65,0x2e,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*001a50*/ 0x66,0x75,0x6e,0x63,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,
|
|
/*001a60*/ 0x69,0x6e,0x66,0x6f,0x28,0x6c,0x65,0x76,0x65,0x6c,0x29,0x2e,0x66,0x75,0x6e,0x63,
|
|
/*001a70*/ 0x0d,0x0a,0x09,0x64,0x6f,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x20,0x3d,0x20,
|
|
/*001a80*/ 0x31,0x3b,0x20,0x72,0x65,0x70,0x65,0x61,0x74,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,
|
|
/*001a90*/ 0x61,0x6c,0x20,0x76,0x61,0x72,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,
|
|
/*001aa0*/ 0x65,0x74,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,0x28,0x66,0x75,0x6e,0x63,0x2c,0x20,
|
|
/*001ab0*/ 0x69,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6e,0x61,0x6d,0x65,0x20,0x3d,0x3d,
|
|
/*001ac0*/ 0x20,0x76,0x61,0x72,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x64,0x62,
|
|
/*001ad0*/ 0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*001ae0*/ 0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,0x67,0x65,
|
|
/*001af0*/ 0x72,0x2e,0x6c,0x75,0x61,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,
|
|
/*001b00*/ 0x52,0x45,0x54,0x2e,0x2e,0x22,0x53,0x65,0x74,0x20,0x75,0x70,0x76,0x61,0x6c,0x75,
|
|
/*001b10*/ 0x65,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,
|
|
/*001b20*/ 0x2e,0x6e,0x61,0x6d,0x65,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,
|
|
/*001b30*/ 0x45,0x54,0x29,0x0d,0x0a,0x09,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x64,
|
|
/*001b40*/ 0x65,0x62,0x75,0x67,0x2e,0x73,0x65,0x74,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,0x28,
|
|
/*001b50*/ 0x66,0x75,0x6e,0x63,0x2c,0x20,0x69,0x2c,0x20,0x76,0x61,0x6c,0x75,0x65,0x29,0x0d,
|
|
/*001b60*/ 0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x69,0x20,0x3d,0x20,0x69,0x20,
|
|
/*001b70*/ 0x2b,0x20,0x31,0x0d,0x0a,0x09,0x75,0x6e,0x74,0x69,0x6c,0x20,0x76,0x61,0x72,0x20,
|
|
/*001b80*/ 0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,
|
|
/*001b90*/ 0x2d,0x2d,0x20,0x53,0x65,0x74,0x20,0x61,0x20,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x2e,
|
|
/*001ba0*/ 0x0d,0x0a,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,
|
|
/*001bb0*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,
|
|
/*001bc0*/ 0x62,0x75,0x67,0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x22,0x2e,0x2e,0x47,0x52,0x45,
|
|
/*001bd0*/ 0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x53,0x65,0x74,0x20,0x67,
|
|
/*001be0*/ 0x6c,0x6f,0x62,0x61,0x6c,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x20,0x22,
|
|
/*001bf0*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x6e,0x61,
|
|
/*001c00*/ 0x6d,0x65,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x29,
|
|
/*001c10*/ 0x0d,0x0a,0x09,0x5f,0x47,0x5b,0x6e,0x61,0x6d,0x65,0x5d,0x20,0x3d,0x20,0x76,0x61,
|
|
/*001c20*/ 0x6c,0x75,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x43,
|
|
/*001c30*/ 0x6f,0x6d,0x70,0x69,0x6c,0x65,0x20,0x61,0x6e,0x20,0x65,0x78,0x70,0x72,0x65,0x73,
|
|
/*001c40*/ 0x73,0x69,0x6f,0x6e,0x20,0x77,0x69,0x74,0x68,0x20,0x74,0x68,0x65,0x20,0x67,0x69,
|
|
/*001c50*/ 0x76,0x65,0x6e,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x20,0x62,0x69,0x6e,
|
|
/*001c60*/ 0x64,0x69,0x6e,0x67,0x73,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,
|
|
/*001c70*/ 0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6f,0x6d,0x70,0x69,0x6c,0x65,0x5f,0x63,
|
|
/*001c80*/ 0x68,0x75,0x6e,0x6b,0x28,0x62,0x6c,0x6f,0x63,0x6b,0x2c,0x20,0x65,0x6e,0x76,0x29,
|
|
/*001c90*/ 0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,
|
|
/*001ca0*/ 0x3d,0x20,0x22,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x20,
|
|
/*001cb0*/ 0x52,0x45,0x50,0x4c,0x22,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x63,0x68,
|
|
/*001cc0*/ 0x75,0x6e,0x6b,0x20,0x3d,0x20,0x6e,0x69,0x6c,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,
|
|
/*001cd0*/ 0x66,0x20,0x5f,0x56,0x45,0x52,0x53,0x49,0x4f,0x4e,0x20,0x3c,0x3d,0x20,0x22,0x4c,
|
|
/*001ce0*/ 0x75,0x61,0x20,0x35,0x2e,0x31,0x22,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,
|
|
/*001cf0*/ 0x63,0x68,0x75,0x6e,0x6b,0x20,0x3d,0x20,0x6c,0x6f,0x61,0x64,0x73,0x74,0x72,0x69,
|
|
/*001d00*/ 0x6e,0x67,0x28,0x62,0x6c,0x6f,0x63,0x6b,0x2c,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,
|
|
/*001d10*/ 0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x63,0x68,0x75,0x6e,0x6b,0x20,0x74,0x68,
|
|
/*001d20*/ 0x65,0x6e,0x20,0x73,0x65,0x74,0x66,0x65,0x6e,0x76,0x28,0x63,0x68,0x75,0x6e,0x6b,
|
|
/*001d30*/ 0x2c,0x20,0x65,0x6e,0x76,0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6c,0x73,
|
|
/*001d40*/ 0x65,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x54,0x68,0x65,0x20,0x4c,0x75,0x61,0x20,
|
|
/*001d50*/ 0x35,0x2e,0x32,0x20,0x77,0x61,0x79,0x20,0x69,0x73,0x20,0x61,0x20,0x62,0x69,0x74,
|
|
/*001d60*/ 0x20,0x63,0x6c,0x65,0x61,0x6e,0x65,0x72,0x0d,0x0a,0x09,0x09,0x63,0x68,0x75,0x6e,
|
|
/*001d70*/ 0x6b,0x20,0x3d,0x20,0x6c,0x6f,0x61,0x64,0x28,0x62,0x6c,0x6f,0x63,0x6b,0x2c,0x20,
|
|
/*001d80*/ 0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x20,0x22,0x74,0x22,0x2c,0x20,0x65,0x6e,0x76,
|
|
/*001d90*/ 0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,0x66,0x20,
|
|
/*001da0*/ 0x6e,0x6f,0x74,0x20,0x63,0x68,0x75,0x6e,0x6b,0x20,0x74,0x68,0x65,0x6e,0x20,0x64,
|
|
/*001db0*/ 0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*001dc0*/ 0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x72,0x72,0x6f,0x72,0x3a,0x20,0x43,0x6f,
|
|
/*001dd0*/ 0x75,0x6c,0x64,0x20,0x6e,0x6f,0x74,0x20,0x63,0x6f,0x6d,0x70,0x69,0x6c,0x65,0x20,
|
|
/*001de0*/ 0x62,0x6c,0x6f,0x63,0x6b,0x3a,0x5c,0x6e,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*001df0*/ 0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x62,0x6c,0x6f,0x63,0x6b,0x29,0x20,0x65,
|
|
/*001e00*/ 0x6e,0x64,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x63,0x68,0x75,0x6e,
|
|
/*001e10*/ 0x6b,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*001e20*/ 0x53,0x4f,0x55,0x52,0x43,0x45,0x5f,0x43,0x41,0x43,0x48,0x45,0x20,0x3d,0x20,0x7b,
|
|
/*001e30*/ 0x7d,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,
|
|
/*001e40*/ 0x69,0x6f,0x6e,0x20,0x77,0x68,0x65,0x72,0x65,0x28,0x69,0x6e,0x66,0x6f,0x2c,0x20,
|
|
/*001e50*/ 0x63,0x6f,0x6e,0x74,0x65,0x78,0x74,0x5f,0x6c,0x69,0x6e,0x65,0x73,0x29,0x0d,0x0a,
|
|
/*001e60*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x3d,0x20,
|
|
/*001e70*/ 0x53,0x4f,0x55,0x52,0x43,0x45,0x5f,0x43,0x41,0x43,0x48,0x45,0x5b,0x69,0x6e,0x66,
|
|
/*001e80*/ 0x6f,0x2e,0x73,0x6f,0x75,0x72,0x63,0x65,0x5d,0x0d,0x0a,0x09,0x69,0x66,0x20,0x6e,
|
|
/*001e90*/ 0x6f,0x74,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,
|
|
/*001ea0*/ 0x09,0x09,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x3d,0x20,0x7b,0x7d,0x0d,0x0a,0x09,
|
|
/*001eb0*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x69,0x6c,0x65,0x6e,0x61,0x6d,0x65,0x20,
|
|
/*001ec0*/ 0x3d,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x73,0x6f,0x75,0x72,0x63,0x65,0x3a,0x6d,0x61,
|
|
/*001ed0*/ 0x74,0x63,0x68,0x28,0x22,0x40,0x28,0x2e,0x2a,0x29,0x22,0x29,0x0d,0x0a,0x09,0x09,
|
|
/*001ee0*/ 0x69,0x66,0x20,0x66,0x69,0x6c,0x65,0x6e,0x61,0x6d,0x65,0x20,0x74,0x68,0x65,0x6e,
|
|
/*001ef0*/ 0x0d,0x0a,0x09,0x09,0x09,0x70,0x63,0x61,0x6c,0x6c,0x28,0x66,0x75,0x6e,0x63,0x74,
|
|
/*001f00*/ 0x69,0x6f,0x6e,0x28,0x29,0x20,0x66,0x6f,0x72,0x20,0x6c,0x69,0x6e,0x65,0x20,0x69,
|
|
/*001f10*/ 0x6e,0x20,0x69,0x6f,0x2e,0x6c,0x69,0x6e,0x65,0x73,0x28,0x66,0x69,0x6c,0x65,0x6e,
|
|
/*001f20*/ 0x61,0x6d,0x65,0x29,0x20,0x64,0x6f,0x20,0x74,0x61,0x62,0x6c,0x65,0x2e,0x69,0x6e,
|
|
/*001f30*/ 0x73,0x65,0x72,0x74,0x28,0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x20,0x6c,0x69,0x6e,
|
|
/*001f40*/ 0x65,0x29,0x20,0x65,0x6e,0x64,0x20,0x65,0x6e,0x64,0x29,0x0d,0x0a,0x09,0x09,0x65,
|
|
/*001f50*/ 0x6c,0x73,0x65,0x69,0x66,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x73,0x6f,0x75,0x72,0x63,
|
|
/*001f60*/ 0x65,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x6c,
|
|
/*001f70*/ 0x69,0x6e,0x65,0x20,0x69,0x6e,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x73,0x6f,0x75,0x72,
|
|
/*001f80*/ 0x63,0x65,0x3a,0x67,0x6d,0x61,0x74,0x63,0x68,0x28,0x22,0x28,0x2e,0x2d,0x29,0x5c,
|
|
/*001f90*/ 0x6e,0x22,0x29,0x20,0x64,0x6f,0x20,0x74,0x61,0x62,0x6c,0x65,0x2e,0x69,0x6e,0x73,
|
|
/*001fa0*/ 0x65,0x72,0x74,0x28,0x73,0x6f,0x75,0x72,0x63,0x65,0x2c,0x20,0x6c,0x69,0x6e,0x65,
|
|
/*001fb0*/ 0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,
|
|
/*001fc0*/ 0x53,0x4f,0x55,0x52,0x43,0x45,0x5f,0x43,0x41,0x43,0x48,0x45,0x5b,0x69,0x6e,0x66,
|
|
/*001fd0*/ 0x6f,0x2e,0x73,0x6f,0x75,0x72,0x63,0x65,0x5d,0x20,0x3d,0x20,0x73,0x6f,0x75,0x72,
|
|
/*001fe0*/ 0x63,0x65,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,0x66,
|
|
/*001ff0*/ 0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x61,0x6e,0x64,0x20,0x73,0x6f,0x75,0x72,
|
|
/*002000*/ 0x63,0x65,0x5b,0x69,0x6e,0x66,0x6f,0x2e,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x6c,
|
|
/*002010*/ 0x69,0x6e,0x65,0x5d,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x66,0x6f,0x72,
|
|
/*002020*/ 0x20,0x69,0x20,0x3d,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x63,0x75,0x72,0x72,0x65,0x6e,
|
|
/*002030*/ 0x74,0x6c,0x69,0x6e,0x65,0x20,0x2d,0x20,0x63,0x6f,0x6e,0x74,0x65,0x78,0x74,0x5f,
|
|
/*002040*/ 0x6c,0x69,0x6e,0x65,0x73,0x2c,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x63,0x75,0x72,0x72,
|
|
/*002050*/ 0x65,0x6e,0x74,0x6c,0x69,0x6e,0x65,0x20,0x2b,0x20,0x63,0x6f,0x6e,0x74,0x65,0x78,
|
|
/*002060*/ 0x74,0x5f,0x6c,0x69,0x6e,0x65,0x73,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,0x09,0x6c,
|
|
/*002070*/ 0x6f,0x63,0x61,0x6c,0x20,0x74,0x61,0x62,0x5f,0x6f,0x72,0x5f,0x63,0x61,0x72,0x65,
|
|
/*002080*/ 0x74,0x20,0x3d,0x20,0x28,0x69,0x20,0x3d,0x3d,0x20,0x69,0x6e,0x66,0x6f,0x2e,0x63,
|
|
/*002090*/ 0x75,0x72,0x72,0x65,0x6e,0x74,0x6c,0x69,0x6e,0x65,0x20,0x61,0x6e,0x64,0x20,0x20,
|
|
/*0020a0*/ 0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x20,0x6f,0x72,0x20,0x22,
|
|
/*0020b0*/ 0x20,0x20,0x20,0x20,0x22,0x29,0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*0020c0*/ 0x20,0x6c,0x69,0x6e,0x65,0x20,0x3d,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x5b,0x69,
|
|
/*0020d0*/ 0x5d,0x0d,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x6c,0x69,0x6e,0x65,0x20,0x74,0x68,
|
|
/*0020e0*/ 0x65,0x6e,0x20,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,
|
|
/*0020f0*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x47,0x52,0x41,0x59,0x2e,0x2e,0x22,0x25,0x20,0x34,0x64,
|
|
/*002100*/ 0x22,0x2e,0x2e,0x74,0x61,0x62,0x5f,0x6f,0x72,0x5f,0x63,0x61,0x72,0x65,0x74,0x2e,
|
|
/*002110*/ 0x2e,0x22,0x25,0x73,0x22,0x2c,0x20,0x69,0x2c,0x20,0x6c,0x69,0x6e,0x65,0x29,0x20,
|
|
/*002120*/ 0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6c,0x73,
|
|
/*002130*/ 0x65,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,
|
|
/*002140*/ 0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x72,0x72,
|
|
/*002150*/ 0x6f,0x72,0x3a,0x20,0x53,0x6f,0x75,0x72,0x63,0x65,0x20,0x6e,0x6f,0x74,0x20,0x61,
|
|
/*002160*/ 0x76,0x61,0x69,0x6c,0x61,0x62,0x6c,0x65,0x20,0x66,0x6f,0x72,0x20,0x22,0x2e,0x2e,
|
|
/*002170*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x69,0x6e,0x66,0x6f,
|
|
/*002180*/ 0x2e,0x73,0x68,0x6f,0x72,0x74,0x5f,0x73,0x72,0x63,0x29,0x3b,0x0d,0x0a,0x09,0x65,
|
|
/*002190*/ 0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,
|
|
/*0021a0*/ 0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,
|
|
/*0021b0*/ 0x57,0x65,0x65,0x20,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,0x64,0x69,0x66,0x66,
|
|
/*0021c0*/ 0x65,0x72,0x65,0x6e,0x63,0x65,0x73,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x75,
|
|
/*0021d0*/ 0x6e,0x70,0x61,0x63,0x6b,0x20,0x3d,0x20,0x75,0x6e,0x70,0x61,0x63,0x6b,0x20,0x6f,
|
|
/*0021e0*/ 0x72,0x20,0x74,0x61,0x62,0x6c,0x65,0x2e,0x75,0x6e,0x70,0x61,0x63,0x6b,0x0d,0x0a,
|
|
/*0021f0*/ 0x6c,0x6f,0x63,0x61,0x6c,0x20,0x70,0x61,0x63,0x6b,0x20,0x3d,0x20,0x66,0x75,0x6e,
|
|
/*002200*/ 0x63,0x74,0x69,0x6f,0x6e,0x28,0x2e,0x2e,0x2e,0x29,0x20,0x72,0x65,0x74,0x75,0x72,
|
|
/*002210*/ 0x6e,0x20,0x7b,0x6e,0x20,0x3d,0x20,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x22,0x23,
|
|
/*002220*/ 0x22,0x2c,0x20,0x2e,0x2e,0x2e,0x29,0x2c,0x20,0x2e,0x2e,0x2e,0x7d,0x20,0x65,0x6e,
|
|
/*002230*/ 0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,
|
|
/*002240*/ 0x69,0x6f,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x73,0x74,0x65,0x70,0x28,0x29,0x0d,0x0a,
|
|
/*002250*/ 0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,
|
|
/*002260*/ 0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,
|
|
/*002270*/ 0x70,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x2c,
|
|
/*002280*/ 0x20,0x68,0x6f,0x6f,0x6b,0x5f,0x73,0x74,0x65,0x70,0x0d,0x0a,0x65,0x6e,0x64,0x0d,
|
|
/*002290*/ 0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,
|
|
/*0022a0*/ 0x6e,0x20,0x63,0x6d,0x64,0x5f,0x6e,0x65,0x78,0x74,0x28,0x29,0x0d,0x0a,0x09,0x73,
|
|
/*0022b0*/ 0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,
|
|
/*0022c0*/ 0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x0d,
|
|
/*0022d0*/ 0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x2c,0x20,0x68,
|
|
/*0022e0*/ 0x6f,0x6f,0x6b,0x5f,0x6e,0x65,0x78,0x74,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,
|
|
/*0022f0*/ 0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*002300*/ 0x63,0x6d,0x64,0x5f,0x66,0x69,0x6e,0x69,0x73,0x68,0x28,0x29,0x0d,0x0a,0x09,0x6c,
|
|
/*002310*/ 0x6f,0x63,0x61,0x6c,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,
|
|
/*002320*/ 0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x20,0x2d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,
|
|
/*002330*/ 0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x0d,0x0a,
|
|
/*002340*/ 0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,
|
|
/*002350*/ 0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,
|
|
/*002360*/ 0x70,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x2c,
|
|
/*002370*/ 0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3c,0x20,0x30,0x20,0x61,0x6e,0x64,0x20,
|
|
/*002380*/ 0x68,0x6f,0x6f,0x6b,0x5f,0x66,0x61,0x63,0x74,0x6f,0x72,0x79,0x28,0x6f,0x66,0x66,
|
|
/*002390*/ 0x73,0x65,0x74,0x20,0x2d,0x20,0x31,0x29,0x20,0x6f,0x72,0x20,0x68,0x6f,0x6f,0x6b,
|
|
/*0023a0*/ 0x5f,0x66,0x69,0x6e,0x69,0x73,0x68,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,
|
|
/*0023b0*/ 0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,
|
|
/*0023c0*/ 0x6d,0x64,0x5f,0x70,0x72,0x69,0x6e,0x74,0x28,0x65,0x78,0x70,0x72,0x29,0x0d,0x0a,
|
|
/*0023d0*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x65,0x6e,0x76,0x20,0x3d,0x20,0x6c,0x6f,0x63,
|
|
/*0023e0*/ 0x61,0x6c,0x5f,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x28,0x31,0x2c,0x20,0x74,
|
|
/*0023f0*/ 0x72,0x75,0x65,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x63,0x68,0x75,
|
|
/*002400*/ 0x6e,0x6b,0x20,0x3d,0x20,0x63,0x6f,0x6d,0x70,0x69,0x6c,0x65,0x5f,0x63,0x68,0x75,
|
|
/*002410*/ 0x6e,0x6b,0x28,0x22,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x22,0x2e,0x2e,0x65,0x78,
|
|
/*002420*/ 0x70,0x72,0x2c,0x20,0x65,0x6e,0x76,0x29,0x0d,0x0a,0x09,0x69,0x66,0x20,0x63,0x68,
|
|
/*002430*/ 0x75,0x6e,0x6b,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x74,0x68,0x65,0x6e,0x20,
|
|
/*002440*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x20,0x65,0x6e,0x64,
|
|
/*002450*/ 0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x43,0x61,0x6c,0x6c,0x20,0x74,0x68,
|
|
/*002460*/ 0x65,0x20,0x63,0x68,0x75,0x6e,0x6b,0x20,0x61,0x6e,0x64,0x20,0x63,0x6f,0x6c,0x6c,
|
|
/*002470*/ 0x65,0x63,0x74,0x20,0x74,0x68,0x65,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,0x73,0x2e,
|
|
/*002480*/ 0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,0x73,
|
|
/*002490*/ 0x20,0x3d,0x20,0x70,0x61,0x63,0x6b,0x28,0x70,0x63,0x61,0x6c,0x6c,0x28,0x63,0x68,
|
|
/*0024a0*/ 0x75,0x6e,0x6b,0x2c,0x20,0x75,0x6e,0x70,0x61,0x63,0x6b,0x28,0x72,0x61,0x77,0x67,
|
|
/*0024b0*/ 0x65,0x74,0x28,0x65,0x6e,0x76,0x2c,0x20,0x22,0x2e,0x2e,0x2e,0x22,0x29,0x20,0x6f,
|
|
/*0024c0*/ 0x72,0x20,0x7b,0x7d,0x29,0x29,0x29,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,
|
|
/*0024d0*/ 0x54,0x68,0x65,0x20,0x66,0x69,0x72,0x73,0x74,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,
|
|
/*0024e0*/ 0x20,0x69,0x73,0x20,0x74,0x68,0x65,0x20,0x70,0x63,0x61,0x6c,0x6c,0x20,0x65,0x72,
|
|
/*0024f0*/ 0x72,0x6f,0x72,0x2e,0x0d,0x0a,0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x72,0x65,
|
|
/*002500*/ 0x73,0x75,0x6c,0x74,0x73,0x5b,0x31,0x5d,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,
|
|
/*002510*/ 0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,
|
|
/*002520*/ 0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x72,0x72,0x6f,0x72,0x3a,0x22,
|
|
/*002530*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,
|
|
/*002540*/ 0x20,0x22,0x2e,0x2e,0x72,0x65,0x73,0x75,0x6c,0x74,0x73,0x5b,0x32,0x5d,0x29,0x0d,
|
|
/*002550*/ 0x0a,0x09,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*002560*/ 0x6f,0x75,0x74,0x70,0x75,0x74,0x20,0x3d,0x20,0x22,0x22,0x0d,0x0a,0x09,0x09,0x66,
|
|
/*002570*/ 0x6f,0x72,0x20,0x69,0x20,0x3d,0x20,0x32,0x2c,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,
|
|
/*002580*/ 0x73,0x2e,0x6e,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,0x09,0x6f,0x75,0x74,0x70,0x75,
|
|
/*002590*/ 0x74,0x20,0x3d,0x20,0x6f,0x75,0x74,0x70,0x75,0x74,0x2e,0x2e,0x28,0x69,0x20,0x7e,
|
|
/*0025a0*/ 0x3d,0x20,0x32,0x20,0x61,0x6e,0x64,0x20,0x22,0x2c,0x20,0x22,0x20,0x6f,0x72,0x20,
|
|
/*0025b0*/ 0x22,0x22,0x29,0x2e,0x2e,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x28,
|
|
/*0025c0*/ 0x72,0x65,0x73,0x75,0x6c,0x74,0x73,0x5b,0x69,0x5d,0x29,0x0d,0x0a,0x09,0x09,0x65,
|
|
/*0025d0*/ 0x6e,0x64,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6f,0x75,0x74,
|
|
/*0025e0*/ 0x70,0x75,0x74,0x20,0x3d,0x3d,0x20,0x22,0x22,0x20,0x74,0x68,0x65,0x6e,0x20,0x6f,
|
|
/*0025f0*/ 0x75,0x74,0x70,0x75,0x74,0x20,0x3d,0x20,0x22,0x3c,0x6e,0x6f,0x20,0x72,0x65,0x73,
|
|
/*002600*/ 0x75,0x6c,0x74,0x3e,0x22,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,
|
|
/*002610*/ 0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,
|
|
/*002620*/ 0x4c,0x55,0x45,0x2e,0x2e,0x65,0x78,0x70,0x72,0x2e,0x2e,0x20,0x47,0x52,0x45,0x45,
|
|
/*002630*/ 0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x6f,0x75,0x74,0x70,0x75,0x74,0x29,
|
|
/*002640*/ 0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,
|
|
/*002650*/ 0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,
|
|
/*002660*/ 0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*002670*/ 0x63,0x6d,0x64,0x5f,0x65,0x76,0x61,0x6c,0x28,0x63,0x6f,0x64,0x65,0x29,0x0d,0x0a,
|
|
/*002680*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x65,0x6e,0x76,0x20,0x3d,0x20,0x6c,0x6f,0x63,
|
|
/*002690*/ 0x61,0x6c,0x5f,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x28,0x31,0x2c,0x20,0x74,
|
|
/*0026a0*/ 0x72,0x75,0x65,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6d,0x75,0x74,
|
|
/*0026b0*/ 0x61,0x62,0x6c,0x65,0x5f,0x65,0x6e,0x76,0x20,0x3d,0x20,0x73,0x65,0x74,0x6d,0x65,
|
|
/*0026c0*/ 0x74,0x61,0x74,0x61,0x62,0x6c,0x65,0x28,0x7b,0x7d,0x2c,0x20,0x7b,0x0d,0x0a,0x09,
|
|
/*0026d0*/ 0x09,0x5f,0x5f,0x69,0x6e,0x64,0x65,0x78,0x20,0x3d,0x20,0x65,0x6e,0x76,0x2c,0x0d,
|
|
/*0026e0*/ 0x0a,0x09,0x09,0x5f,0x5f,0x6e,0x65,0x77,0x69,0x6e,0x64,0x65,0x78,0x20,0x3d,0x20,
|
|
/*0026f0*/ 0x6d,0x75,0x74,0x61,0x74,0x65,0x5f,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x2c,
|
|
/*002700*/ 0x0d,0x0a,0x09,0x7d,0x29,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*002710*/ 0x20,0x63,0x68,0x75,0x6e,0x6b,0x20,0x3d,0x20,0x63,0x6f,0x6d,0x70,0x69,0x6c,0x65,
|
|
/*002720*/ 0x5f,0x63,0x68,0x75,0x6e,0x6b,0x28,0x63,0x6f,0x64,0x65,0x2c,0x20,0x6d,0x75,0x74,
|
|
/*002730*/ 0x61,0x62,0x6c,0x65,0x5f,0x65,0x6e,0x76,0x29,0x0d,0x0a,0x09,0x69,0x66,0x20,0x63,
|
|
/*002740*/ 0x68,0x75,0x6e,0x6b,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x74,0x68,0x65,0x6e,
|
|
/*002750*/ 0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x20,0x65,0x6e,
|
|
/*002760*/ 0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x43,0x61,0x6c,0x6c,0x20,0x74,
|
|
/*002770*/ 0x68,0x65,0x20,0x63,0x68,0x75,0x6e,0x6b,0x20,0x61,0x6e,0x64,0x20,0x63,0x6f,0x6c,
|
|
/*002780*/ 0x6c,0x65,0x63,0x74,0x20,0x74,0x68,0x65,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,0x73,
|
|
/*002790*/ 0x2e,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x75,0x63,0x63,0x65,0x73,
|
|
/*0027a0*/ 0x73,0x2c,0x20,0x65,0x72,0x72,0x20,0x3d,0x20,0x70,0x63,0x61,0x6c,0x6c,0x28,0x63,
|
|
/*0027b0*/ 0x68,0x75,0x6e,0x6b,0x2c,0x20,0x75,0x6e,0x70,0x61,0x63,0x6b,0x28,0x72,0x61,0x77,
|
|
/*0027c0*/ 0x67,0x65,0x74,0x28,0x65,0x6e,0x76,0x2c,0x20,0x22,0x2e,0x2e,0x2e,0x22,0x29,0x20,
|
|
/*0027d0*/ 0x6f,0x72,0x20,0x7b,0x7d,0x29,0x29,0x0d,0x0a,0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,
|
|
/*0027e0*/ 0x20,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,
|
|
/*0027f0*/ 0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,
|
|
/*002800*/ 0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x72,0x72,0x6f,0x72,0x3a,0x22,
|
|
/*002810*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,
|
|
/*002820*/ 0x20,0x22,0x2e,0x2e,0x74,0x6f,0x73,0x74,0x72,0x69,0x6e,0x67,0x28,0x65,0x72,0x72,
|
|
/*002830*/ 0x29,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,
|
|
/*002840*/ 0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,
|
|
/*002850*/ 0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,
|
|
/*002860*/ 0x6e,0x20,0x63,0x6d,0x64,0x5f,0x64,0x6f,0x77,0x6e,0x28,0x29,0x0d,0x0a,0x09,0x6c,
|
|
/*002870*/ 0x6f,0x63,0x61,0x6c,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,
|
|
/*002880*/ 0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,
|
|
/*002890*/ 0x65,0x74,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x6e,0x66,0x6f,0x0d,
|
|
/*0028a0*/ 0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x70,0x65,0x61,0x74,0x20,0x2d,0x2d,0x20,0x46,
|
|
/*0028b0*/ 0x69,0x6e,0x64,0x20,0x74,0x68,0x65,0x20,0x6e,0x65,0x78,0x74,0x20,0x66,0x72,0x61,
|
|
/*0028c0*/ 0x6d,0x65,0x20,0x77,0x69,0x74,0x68,0x20,0x61,0x20,0x66,0x69,0x6c,0x65,0x2e,0x0d,
|
|
/*0028d0*/ 0x0a,0x09,0x09,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x6f,0x66,0x66,0x73,
|
|
/*0028e0*/ 0x65,0x74,0x20,0x2b,0x20,0x31,0x0d,0x0a,0x09,0x09,0x69,0x6e,0x66,0x6f,0x20,0x3d,
|
|
/*0028f0*/ 0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x6f,
|
|
/*002900*/ 0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,
|
|
/*002910*/ 0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x29,0x0d,0x0a,0x09,0x75,0x6e,0x74,0x69,0x6c,
|
|
/*002920*/ 0x20,0x6e,0x6f,0x74,0x20,0x69,0x6e,0x66,0x6f,0x20,0x6f,0x72,0x20,0x66,0x72,0x61,
|
|
/*002930*/ 0x6d,0x65,0x5f,0x68,0x61,0x73,0x5f,0x6c,0x69,0x6e,0x65,0x28,0x69,0x6e,0x66,0x6f,
|
|
/*002940*/ 0x29,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,0x66,0x20,0x69,0x6e,0x66,0x6f,0x20,0x74,
|
|
/*002950*/ 0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,
|
|
/*002960*/ 0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x6f,0x66,
|
|
/*002970*/ 0x66,0x73,0x65,0x74,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,
|
|
/*002980*/ 0x65,0x6c,0x6e,0x28,0x22,0x49,0x6e,0x73,0x70,0x65,0x63,0x74,0x69,0x6e,0x67,0x20,
|
|
/*002990*/ 0x66,0x72,0x61,0x6d,0x65,0x3a,0x20,0x22,0x2e,0x2e,0x66,0x6f,0x72,0x6d,0x61,0x74,
|
|
/*0029a0*/ 0x5f,0x73,0x74,0x61,0x63,0x6b,0x5f,0x66,0x72,0x61,0x6d,0x65,0x5f,0x69,0x6e,0x66,
|
|
/*0029b0*/ 0x6f,0x28,0x69,0x6e,0x66,0x6f,0x29,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x74,
|
|
/*0029c0*/ 0x6f,0x6e,0x75,0x6d,0x62,0x65,0x72,0x28,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,
|
|
/*0029d0*/ 0x5f,0x77,0x68,0x65,0x72,0x65,0x29,0x20,0x74,0x68,0x65,0x6e,0x20,0x77,0x68,0x65,
|
|
/*0029e0*/ 0x72,0x65,0x28,0x69,0x6e,0x66,0x6f,0x2c,0x20,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,
|
|
/*0029f0*/ 0x6f,0x5f,0x77,0x68,0x65,0x72,0x65,0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,
|
|
/*002a00*/ 0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x69,0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,
|
|
/*002a10*/ 0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x73,0x74,0x61,0x63,
|
|
/*002a20*/ 0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,
|
|
/*002a30*/ 0x20,0x2b,0x20,0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,
|
|
/*002a40*/ 0x45,0x4c,0x29,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,
|
|
/*002a50*/ 0x6c,0x6e,0x28,0x22,0x41,0x6c,0x72,0x65,0x61,0x64,0x79,0x20,0x61,0x74,0x20,0x74,
|
|
/*002a60*/ 0x68,0x65,0x20,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x20,0x6f,0x66,0x20,0x74,0x68,0x65,
|
|
/*002a70*/ 0x20,0x73,0x74,0x61,0x63,0x6b,0x2e,0x22,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,
|
|
/*002a80*/ 0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,
|
|
/*002a90*/ 0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*002aa0*/ 0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x75,0x70,0x28,
|
|
/*002ab0*/ 0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,
|
|
/*002ac0*/ 0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,
|
|
/*002ad0*/ 0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*002ae0*/ 0x69,0x6e,0x66,0x6f,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x70,0x65,0x61,0x74,
|
|
/*002af0*/ 0x20,0x2d,0x2d,0x20,0x46,0x69,0x6e,0x64,0x20,0x74,0x68,0x65,0x20,0x6e,0x65,0x78,
|
|
/*002b00*/ 0x74,0x20,0x66,0x72,0x61,0x6d,0x65,0x20,0x77,0x69,0x74,0x68,0x20,0x61,0x20,0x66,
|
|
/*002b10*/ 0x69,0x6c,0x65,0x2e,0x0d,0x0a,0x09,0x09,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,
|
|
/*002b20*/ 0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2d,0x20,0x31,0x0d,0x0a,0x09,0x09,0x69,
|
|
/*002b30*/ 0x66,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3c,0x20,0x73,0x74,0x61,0x63,0x6b,
|
|
/*002b40*/ 0x5f,0x74,0x6f,0x70,0x20,0x74,0x68,0x65,0x6e,0x20,0x69,0x6e,0x66,0x6f,0x20,0x3d,
|
|
/*002b50*/ 0x20,0x6e,0x69,0x6c,0x3b,0x20,0x62,0x72,0x65,0x61,0x6b,0x20,0x65,0x6e,0x64,0x0d,
|
|
/*002b60*/ 0x0a,0x09,0x09,0x69,0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,
|
|
/*002b70*/ 0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,
|
|
/*002b80*/ 0x20,0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,
|
|
/*002b90*/ 0x29,0x0d,0x0a,0x09,0x75,0x6e,0x74,0x69,0x6c,0x20,0x66,0x72,0x61,0x6d,0x65,0x5f,
|
|
/*002ba0*/ 0x68,0x61,0x73,0x5f,0x6c,0x69,0x6e,0x65,0x28,0x69,0x6e,0x66,0x6f,0x29,0x0d,0x0a,
|
|
/*002bb0*/ 0x09,0x0d,0x0a,0x09,0x69,0x66,0x20,0x69,0x6e,0x66,0x6f,0x20,0x74,0x68,0x65,0x6e,
|
|
/*002bc0*/ 0x0d,0x0a,0x09,0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,
|
|
/*002bd0*/ 0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x6f,0x66,0x66,0x73,0x65,
|
|
/*002be0*/ 0x74,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,
|
|
/*002bf0*/ 0x28,0x22,0x49,0x6e,0x73,0x70,0x65,0x63,0x74,0x69,0x6e,0x67,0x20,0x66,0x72,0x61,
|
|
/*002c00*/ 0x6d,0x65,0x3a,0x20,0x22,0x2e,0x2e,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x73,0x74,
|
|
/*002c10*/ 0x61,0x63,0x6b,0x5f,0x66,0x72,0x61,0x6d,0x65,0x5f,0x69,0x6e,0x66,0x6f,0x28,0x69,
|
|
/*002c20*/ 0x6e,0x66,0x6f,0x29,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x74,0x6f,0x6e,0x75,
|
|
/*002c30*/ 0x6d,0x62,0x65,0x72,0x28,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,0x77,0x68,
|
|
/*002c40*/ 0x65,0x72,0x65,0x29,0x20,0x74,0x68,0x65,0x6e,0x20,0x77,0x68,0x65,0x72,0x65,0x28,
|
|
/*002c50*/ 0x69,0x6e,0x66,0x6f,0x2c,0x20,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,0x77,
|
|
/*002c60*/ 0x68,0x65,0x72,0x65,0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6c,0x73,0x65,
|
|
/*002c70*/ 0x0d,0x0a,0x09,0x09,0x69,0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,
|
|
/*002c80*/ 0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,
|
|
/*002c90*/ 0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,
|
|
/*002ca0*/ 0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x29,
|
|
/*002cb0*/ 0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,
|
|
/*002cc0*/ 0x22,0x41,0x6c,0x72,0x65,0x61,0x64,0x79,0x20,0x61,0x74,0x20,0x74,0x68,0x65,0x20,
|
|
/*002cd0*/ 0x74,0x6f,0x70,0x20,0x6f,0x66,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x61,0x63,0x6b,
|
|
/*002ce0*/ 0x2e,0x22,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,
|
|
/*002cf0*/ 0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,
|
|
/*002d00*/ 0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,
|
|
/*002d10*/ 0x6f,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x77,0x68,0x65,0x72,0x65,0x28,0x63,0x6f,0x6e,
|
|
/*002d20*/ 0x74,0x65,0x78,0x74,0x5f,0x6c,0x69,0x6e,0x65,0x73,0x29,0x0d,0x0a,0x09,0x6c,0x6f,
|
|
/*002d30*/ 0x63,0x61,0x6c,0x20,0x69,0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,
|
|
/*002d40*/ 0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,
|
|
/*002d50*/ 0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,
|
|
/*002d60*/ 0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x29,
|
|
/*002d70*/ 0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x28,0x69,0x6e,0x66,0x6f,0x20,
|
|
/*002d80*/ 0x61,0x6e,0x64,0x20,0x77,0x68,0x65,0x72,0x65,0x28,0x69,0x6e,0x66,0x6f,0x2c,0x20,
|
|
/*002d90*/ 0x74,0x6f,0x6e,0x75,0x6d,0x62,0x65,0x72,0x28,0x63,0x6f,0x6e,0x74,0x65,0x78,0x74,
|
|
/*002da0*/ 0x5f,0x6c,0x69,0x6e,0x65,0x73,0x29,0x20,0x6f,0x72,0x20,0x35,0x29,0x29,0x0d,0x0a,
|
|
/*002db0*/ 0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,
|
|
/*002dc0*/ 0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x74,0x72,0x61,0x63,0x65,0x28,
|
|
/*002dd0*/ 0x29,0x0d,0x0a,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,
|
|
/*002de0*/ 0x22,0x49,0x6e,0x73,0x70,0x65,0x63,0x74,0x69,0x6e,0x67,0x20,0x66,0x72,0x61,0x6d,
|
|
/*002df0*/ 0x65,0x20,0x25,0x64,0x22,0x2c,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,
|
|
/*002e00*/ 0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2d,0x20,0x73,0x74,
|
|
/*002e10*/ 0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x29,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*002e20*/ 0x20,0x69,0x20,0x3d,0x20,0x30,0x3b,0x20,0x77,0x68,0x69,0x6c,0x65,0x20,0x74,0x72,
|
|
/*002e30*/ 0x75,0x65,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,
|
|
/*002e40*/ 0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,
|
|
/*002e50*/ 0x6e,0x66,0x6f,0x28,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x20,0x2b,0x20,
|
|
/*002e60*/ 0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x20,
|
|
/*002e70*/ 0x2b,0x20,0x69,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x6e,0x6f,0x74,0x20,0x69,
|
|
/*002e80*/ 0x6e,0x66,0x6f,0x20,0x74,0x68,0x65,0x6e,0x20,0x62,0x72,0x65,0x61,0x6b,0x20,0x65,
|
|
/*002e90*/ 0x6e,0x64,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,
|
|
/*002ea0*/ 0x69,0x73,0x5f,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x5f,0x66,0x72,0x61,0x6d,0x65,
|
|
/*002eb0*/ 0x20,0x3d,0x20,0x28,0x69,0x20,0x2b,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,
|
|
/*002ec0*/ 0x70,0x20,0x3d,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,
|
|
/*002ed0*/ 0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x29,0x0d,0x0a,0x09,0x09,0x6c,0x6f,
|
|
/*002ee0*/ 0x63,0x61,0x6c,0x20,0x74,0x61,0x62,0x5f,0x6f,0x72,0x5f,0x63,0x61,0x72,0x65,0x74,
|
|
/*002ef0*/ 0x20,0x3d,0x20,0x28,0x69,0x73,0x5f,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x5f,0x66,
|
|
/*002f00*/ 0x72,0x61,0x6d,0x65,0x20,0x61,0x6e,0x64,0x20,0x20,0x47,0x52,0x45,0x45,0x4e,0x5f,
|
|
/*002f10*/ 0x43,0x41,0x52,0x45,0x54,0x20,0x6f,0x72,0x20,0x22,0x20,0x20,0x20,0x20,0x22,0x29,
|
|
/*002f20*/ 0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,
|
|
/*002f30*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x47,0x52,0x41,0x59,0x2e,0x2e,0x22,0x25,0x20,0x34,
|
|
/*002f40*/ 0x64,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,
|
|
/*002f50*/ 0x2e,0x74,0x61,0x62,0x5f,0x6f,0x72,0x5f,0x63,0x61,0x72,0x65,0x74,0x2e,0x2e,0x22,
|
|
/*002f60*/ 0x25,0x73,0x22,0x2c,0x20,0x69,0x2c,0x20,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x73,
|
|
/*002f70*/ 0x74,0x61,0x63,0x6b,0x5f,0x66,0x72,0x61,0x6d,0x65,0x5f,0x69,0x6e,0x66,0x6f,0x28,
|
|
/*002f80*/ 0x69,0x6e,0x66,0x6f,0x29,0x29,0x0d,0x0a,0x09,0x09,0x69,0x20,0x3d,0x20,0x69,0x20,
|
|
/*002f90*/ 0x2b,0x20,0x31,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,
|
|
/*002fa0*/ 0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,
|
|
/*002fb0*/ 0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,
|
|
/*002fc0*/ 0x6f,0x6e,0x20,0x63,0x6d,0x64,0x5f,0x6c,0x6f,0x63,0x61,0x6c,0x73,0x28,0x29,0x0d,
|
|
/*002fd0*/ 0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,
|
|
/*002fe0*/ 0x20,0x3d,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x5f,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,
|
|
/*002ff0*/ 0x73,0x28,0x31,0x2c,0x20,0x66,0x61,0x6c,0x73,0x65,0x29,0x0d,0x0a,0x09,0x0d,0x0a,
|
|
/*003000*/ 0x09,0x2d,0x2d,0x20,0x47,0x65,0x74,0x20,0x61,0x6c,0x6c,0x20,0x74,0x68,0x65,0x20,
|
|
/*003010*/ 0x76,0x61,0x72,0x69,0x61,0x62,0x6c,0x65,0x20,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,
|
|
/*003020*/ 0x20,0x6e,0x61,0x6d,0x65,0x73,0x20,0x61,0x6e,0x64,0x20,0x73,0x6f,0x72,0x74,0x20,
|
|
/*003030*/ 0x74,0x68,0x65,0x6d,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6b,0x65,0x79,
|
|
/*003040*/ 0x73,0x20,0x3d,0x20,0x7b,0x7d,0x0d,0x0a,0x09,0x66,0x6f,0x72,0x20,0x6b,0x2c,0x20,
|
|
/*003050*/ 0x5f,0x20,0x69,0x6e,0x20,0x70,0x61,0x69,0x72,0x73,0x28,0x62,0x69,0x6e,0x64,0x69,
|
|
/*003060*/ 0x6e,0x67,0x73,0x29,0x20,0x64,0x6f,0x20,0x74,0x61,0x62,0x6c,0x65,0x2e,0x69,0x6e,
|
|
/*003070*/ 0x73,0x65,0x72,0x74,0x28,0x6b,0x65,0x79,0x73,0x2c,0x20,0x6b,0x29,0x20,0x65,0x6e,
|
|
/*003080*/ 0x64,0x0d,0x0a,0x09,0x74,0x61,0x62,0x6c,0x65,0x2e,0x73,0x6f,0x72,0x74,0x28,0x6b,
|
|
/*003090*/ 0x65,0x79,0x73,0x29,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x66,0x6f,0x72,0x20,0x5f,0x2c,
|
|
/*0030a0*/ 0x20,0x6b,0x20,0x69,0x6e,0x20,0x69,0x70,0x61,0x69,0x72,0x73,0x28,0x6b,0x65,0x79,
|
|
/*0030b0*/ 0x73,0x29,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x76,
|
|
/*0030c0*/ 0x20,0x3d,0x20,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,0x5b,0x6b,0x5d,0x0d,0x0a,
|
|
/*0030d0*/ 0x09,0x09,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x53,0x6b,0x69,0x70,0x20,0x74,0x68,
|
|
/*0030e0*/ 0x65,0x20,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x20,0x6f,0x62,0x6a,0x65,0x63,
|
|
/*0030f0*/ 0x74,0x20,0x69,0x74,0x73,0x65,0x6c,0x66,0x2c,0x20,0x22,0x28,0x2a,0x69,0x6e,0x74,
|
|
/*003100*/ 0x65,0x72,0x6e,0x61,0x6c,0x29,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x73,0x2c,0x20,
|
|
/*003110*/ 0x61,0x6e,0x64,0x20,0x4c,0x75,0x61,0x20,0x35,0x2e,0x32,0x27,0x73,0x20,0x5f,0x45,
|
|
/*003120*/ 0x4e,0x56,0x20,0x6f,0x62,0x6a,0x65,0x63,0x74,0x2e,0x0d,0x0a,0x09,0x09,0x69,0x66,
|
|
/*003130*/ 0x20,0x6e,0x6f,0x74,0x20,0x72,0x61,0x77,0x65,0x71,0x75,0x61,0x6c,0x28,0x76,0x2c,
|
|
/*003140*/ 0x20,0x64,0x62,0x67,0x29,0x20,0x61,0x6e,0x64,0x20,0x6b,0x20,0x7e,0x3d,0x20,0x22,
|
|
/*003150*/ 0x5f,0x45,0x4e,0x56,0x22,0x20,0x61,0x6e,0x64,0x20,0x6e,0x6f,0x74,0x20,0x6b,0x3a,
|
|
/*003160*/ 0x6d,0x61,0x74,0x63,0x68,0x28,0x22,0x25,0x28,0x2e,0x2a,0x25,0x29,0x22,0x29,0x20,
|
|
/*003170*/ 0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,
|
|
/*003180*/ 0x74,0x65,0x6c,0x6e,0x28,0x22,0x20,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*003190*/ 0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x6b,0x2e,0x2e,0x20,0x47,0x52,0x45,0x45,0x4e,
|
|
/*0031a0*/ 0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,0x74,
|
|
/*0031b0*/ 0x74,0x79,0x28,0x76,0x29,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,
|
|
/*0031c0*/ 0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*0031d0*/ 0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,
|
|
/*0031e0*/ 0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6d,0x64,
|
|
/*0031f0*/ 0x5f,0x68,0x65,0x6c,0x70,0x28,0x29,0x0d,0x0a,0x09,0x64,0x62,0x67,0x2e,0x77,0x72,
|
|
/*003200*/ 0x69,0x74,0x65,0x28,0x22,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,
|
|
/*003210*/ 0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x3c,0x72,0x65,0x74,0x75,
|
|
/*003220*/ 0x72,0x6e,0x3e,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,
|
|
/*003230*/ 0x54,0x2e,0x2e,0x22,0x72,0x65,0x2d,0x72,0x75,0x6e,0x20,0x6c,0x61,0x73,0x74,0x20,
|
|
/*003240*/ 0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x5c,0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,
|
|
/*003250*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x63,
|
|
/*003260*/ 0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,
|
|
/*003270*/ 0x2e,0x22,0x28,0x6f,0x6e,0x74,0x69,0x6e,0x75,0x65,0x29,0x22,0x2e,0x2e,0x47,0x52,
|
|
/*003280*/ 0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x63,0x6f,0x6e,0x74,
|
|
/*003290*/ 0x69,0x6e,0x75,0x65,0x20,0x65,0x78,0x65,0x63,0x75,0x74,0x69,0x6f,0x6e,0x5c,0x6e,
|
|
/*0032a0*/ 0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,
|
|
/*0032b0*/ 0x45,0x2e,0x2e,0x22,0x20,0x20,0x73,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*0032c0*/ 0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x74,0x65,0x70,0x29,0x22,0x2e,
|
|
/*0032d0*/ 0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x73,
|
|
/*0032e0*/ 0x74,0x65,0x70,0x20,0x66,0x6f,0x72,0x77,0x61,0x72,0x64,0x20,0x62,0x79,0x20,0x6f,
|
|
/*0032f0*/ 0x6e,0x65,0x20,0x6c,0x69,0x6e,0x65,0x20,0x28,0x69,0x6e,0x74,0x6f,0x20,0x66,0x75,
|
|
/*003300*/ 0x6e,0x63,0x74,0x69,0x6f,0x6e,0x73,0x29,0x5c,0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,
|
|
/*003310*/ 0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,
|
|
/*003320*/ 0x6e,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,
|
|
/*003330*/ 0x2e,0x2e,0x22,0x28,0x65,0x78,0x74,0x29,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,
|
|
/*003340*/ 0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x73,0x74,0x65,0x70,0x20,0x66,0x6f,
|
|
/*003350*/ 0x72,0x77,0x61,0x72,0x64,0x20,0x62,0x79,0x20,0x6f,0x6e,0x65,0x20,0x6c,0x69,0x6e,
|
|
/*003360*/ 0x65,0x20,0x28,0x73,0x6b,0x69,0x70,0x70,0x69,0x6e,0x67,0x20,0x6f,0x76,0x65,0x72,
|
|
/*003370*/ 0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x73,0x29,0x5c,0x6e,0x22,0x0d,0x0a,
|
|
/*003380*/ 0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,
|
|
/*003390*/ 0x22,0x20,0x20,0x66,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,
|
|
/*0033a0*/ 0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x69,0x6e,0x69,0x73,0x68,0x29,0x22,0x2e,0x2e,
|
|
/*0033b0*/ 0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x73,0x74,
|
|
/*0033c0*/ 0x65,0x70,0x20,0x66,0x6f,0x72,0x77,0x61,0x72,0x64,0x20,0x75,0x6e,0x74,0x69,0x6c,
|
|
/*0033d0*/ 0x20,0x65,0x78,0x69,0x74,0x69,0x6e,0x67,0x20,0x74,0x68,0x65,0x20,0x63,0x75,0x72,
|
|
/*0033e0*/ 0x72,0x65,0x6e,0x74,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x5c,0x6e,0x22,
|
|
/*0033f0*/ 0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,
|
|
/*003400*/ 0x2e,0x2e,0x22,0x20,0x20,0x75,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,
|
|
/*003410*/ 0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x70,0x29,0x22,0x2e,0x2e,0x47,0x52,
|
|
/*003420*/ 0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x6d,0x6f,0x76,0x65,
|
|
/*003430*/ 0x20,0x75,0x70,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x61,0x63,0x6b,0x20,0x62,0x79,
|
|
/*003440*/ 0x20,0x6f,0x6e,0x65,0x20,0x66,0x72,0x61,0x6d,0x65,0x5c,0x6e,0x22,0x0d,0x0a,0x09,
|
|
/*003450*/ 0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,
|
|
/*003460*/ 0x20,0x20,0x64,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,
|
|
/*003470*/ 0x4f,0x57,0x2e,0x2e,0x22,0x28,0x6f,0x77,0x6e,0x29,0x22,0x2e,0x2e,0x47,0x52,0x45,
|
|
/*003480*/ 0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x6d,0x6f,0x76,0x65,0x20,
|
|
/*003490*/ 0x64,0x6f,0x77,0x6e,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x61,0x63,0x6b,0x20,0x62,
|
|
/*0034a0*/ 0x79,0x20,0x6f,0x6e,0x65,0x20,0x66,0x72,0x61,0x6d,0x65,0x5c,0x6e,0x22,0x0d,0x0a,
|
|
/*0034b0*/ 0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,
|
|
/*0034c0*/ 0x22,0x20,0x20,0x77,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,
|
|
/*0034d0*/ 0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x68,0x65,0x72,0x65,0x29,0x20,0x22,0x2e,0x2e,
|
|
/*0034e0*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x5b,0x6c,0x69,
|
|
/*0034f0*/ 0x6e,0x65,0x20,0x63,0x6f,0x75,0x6e,0x74,0x5d,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,
|
|
/*003500*/ 0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x70,0x72,0x69,0x6e,0x74,0x20,
|
|
/*003510*/ 0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x63,0x6f,0x64,0x65,0x20,0x61,0x72,0x6f,0x75,
|
|
/*003520*/ 0x6e,0x64,0x20,0x74,0x68,0x65,0x20,0x63,0x75,0x72,0x72,0x65,0x6e,0x74,0x20,0x6c,
|
|
/*003530*/ 0x69,0x6e,0x65,0x5c,0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,
|
|
/*003540*/ 0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x65,0x22,0x2e,0x2e,0x43,
|
|
/*003550*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x76,
|
|
/*003560*/ 0x61,0x6c,0x29,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,
|
|
/*003570*/ 0x45,0x2e,0x2e,0x22,0x5b,0x73,0x74,0x61,0x74,0x65,0x6d,0x65,0x6e,0x74,0x5d,0x22,
|
|
/*003580*/ 0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,
|
|
/*003590*/ 0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x61,0x74,
|
|
/*0035a0*/ 0x65,0x6d,0x65,0x6e,0x74,0x5c,0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,
|
|
/*0035b0*/ 0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x70,0x22,0x2e,
|
|
/*0035c0*/ 0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,
|
|
/*0035d0*/ 0x28,0x72,0x69,0x6e,0x74,0x29,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*0035e0*/ 0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x5b,0x65,0x78,0x70,0x72,0x65,0x73,0x73,0x69,
|
|
/*0035f0*/ 0x6f,0x6e,0x5d,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,
|
|
/*003600*/ 0x54,0x2e,0x2e,0x22,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x20,0x74,0x68,0x65,0x20,
|
|
/*003610*/ 0x65,0x78,0x70,0x72,0x65,0x73,0x73,0x69,0x6f,0x6e,0x20,0x61,0x6e,0x64,0x20,0x70,
|
|
/*003620*/ 0x72,0x69,0x6e,0x74,0x20,0x74,0x68,0x65,0x20,0x72,0x65,0x73,0x75,0x6c,0x74,0x5c,
|
|
/*003630*/ 0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,
|
|
/*003640*/ 0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x74,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*003650*/ 0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x72,0x61,0x63,0x65,0x29,
|
|
/*003660*/ 0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,
|
|
/*003670*/ 0x22,0x70,0x72,0x69,0x6e,0x74,0x20,0x74,0x68,0x65,0x20,0x73,0x74,0x61,0x63,0x6b,
|
|
/*003680*/ 0x20,0x74,0x72,0x61,0x63,0x65,0x5c,0x6e,0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,
|
|
/*003690*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,0x22,0x20,0x20,0x6c,0x22,
|
|
/*0036a0*/ 0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,
|
|
/*0036b0*/ 0x22,0x28,0x6f,0x63,0x61,0x6c,0x73,0x29,0x22,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,
|
|
/*0036c0*/ 0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x70,0x72,0x69,0x6e,0x74,0x20,0x74,
|
|
/*0036d0*/ 0x68,0x65,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x61,0x72,0x67,0x75,
|
|
/*0036e0*/ 0x6d,0x65,0x6e,0x74,0x73,0x2c,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x73,0x20,0x61,0x6e,
|
|
/*0036f0*/ 0x64,0x20,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,0x73,0x2e,0x5c,0x6e,0x22,0x0d,0x0a,
|
|
/*003700*/ 0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x2e,0x2e,
|
|
/*003710*/ 0x22,0x20,0x20,0x68,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,
|
|
/*003720*/ 0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x65,0x6c,0x70,0x29,0x22,0x2e,0x2e,0x47,0x52,
|
|
/*003730*/ 0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x70,0x72,0x69,0x6e,
|
|
/*003740*/ 0x74,0x20,0x74,0x68,0x69,0x73,0x20,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x5c,0x6e,
|
|
/*003750*/ 0x22,0x0d,0x0a,0x09,0x09,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,
|
|
/*003760*/ 0x45,0x2e,0x2e,0x22,0x20,0x20,0x71,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*003770*/ 0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x28,0x75,0x69,0x74,0x29,0x22,0x2e,
|
|
/*003780*/ 0x2e,0x47,0x52,0x45,0x45,0x4e,0x5f,0x43,0x41,0x52,0x45,0x54,0x2e,0x2e,0x22,0x68,
|
|
/*003790*/ 0x61,0x6c,0x74,0x20,0x65,0x78,0x65,0x63,0x75,0x74,0x69,0x6f,0x6e,0x5c,0x6e,0x22,
|
|
/*0037a0*/ 0x0d,0x0a,0x09,0x29,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x61,
|
|
/*0037b0*/ 0x6c,0x73,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,
|
|
/*0037c0*/ 0x6c,0x20,0x6c,0x61,0x73,0x74,0x5f,0x63,0x6d,0x64,0x20,0x3d,0x20,0x66,0x61,0x6c,
|
|
/*0037d0*/ 0x73,0x65,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x63,0x6f,0x6d,0x6d,
|
|
/*0037e0*/ 0x61,0x6e,0x64,0x73,0x20,0x3d,0x20,0x7b,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x63,0x24,
|
|
/*0037f0*/ 0x22,0x5d,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x20,
|
|
/*003800*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x20,0x65,0x6e,0x64,0x2c,
|
|
/*003810*/ 0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x73,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,
|
|
/*003820*/ 0x5f,0x73,0x74,0x65,0x70,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x6e,0x24,0x22,0x5d,
|
|
/*003830*/ 0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x6e,0x65,0x78,0x74,0x2c,0x0d,0x0a,0x09,0x5b,
|
|
/*003840*/ 0x22,0x5e,0x66,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x66,0x69,0x6e,
|
|
/*003850*/ 0x69,0x73,0x68,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x70,0x25,0x73,0x2b,0x28,0x2e,
|
|
/*003860*/ 0x2a,0x29,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x70,0x72,0x69,0x6e,
|
|
/*003870*/ 0x74,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x65,0x25,0x73,0x2b,0x28,0x2e,0x2a,0x29,
|
|
/*003880*/ 0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x65,0x76,0x61,0x6c,0x2c,0x0d,
|
|
/*003890*/ 0x0a,0x09,0x5b,0x22,0x5e,0x75,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,
|
|
/*0038a0*/ 0x75,0x70,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x64,0x24,0x22,0x5d,0x20,0x3d,0x20,
|
|
/*0038b0*/ 0x63,0x6d,0x64,0x5f,0x64,0x6f,0x77,0x6e,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x77,
|
|
/*0038c0*/ 0x25,0x73,0x2a,0x28,0x25,0x64,0x2a,0x29,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,
|
|
/*0038d0*/ 0x64,0x5f,0x77,0x68,0x65,0x72,0x65,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x74,0x24,
|
|
/*0038e0*/ 0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x74,0x72,0x61,0x63,0x65,0x2c,0x0d,
|
|
/*0038f0*/ 0x0a,0x09,0x5b,0x22,0x5e,0x6c,0x24,0x22,0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,
|
|
/*003900*/ 0x6c,0x6f,0x63,0x61,0x6c,0x73,0x2c,0x0d,0x0a,0x09,0x5b,0x22,0x5e,0x68,0x24,0x22,
|
|
/*003910*/ 0x5d,0x20,0x3d,0x20,0x63,0x6d,0x64,0x5f,0x68,0x65,0x6c,0x70,0x2c,0x0d,0x0a,0x09,
|
|
/*003920*/ 0x5b,0x22,0x5e,0x71,0x24,0x22,0x5d,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,
|
|
/*003930*/ 0x6f,0x6e,0x28,0x29,0x20,0x64,0x62,0x67,0x2e,0x65,0x78,0x69,0x74,0x28,0x30,0x29,
|
|
/*003940*/ 0x3b,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x20,0x65,0x6e,
|
|
/*003950*/ 0x64,0x2c,0x0d,0x0a,0x7d,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,
|
|
/*003960*/ 0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x6d,0x61,0x74,0x63,0x68,0x5f,0x63,0x6f,
|
|
/*003970*/ 0x6d,0x6d,0x61,0x6e,0x64,0x28,0x6c,0x69,0x6e,0x65,0x29,0x0d,0x0a,0x09,0x66,0x6f,
|
|
/*003980*/ 0x72,0x20,0x70,0x61,0x74,0x2c,0x20,0x66,0x75,0x6e,0x63,0x20,0x69,0x6e,0x20,0x70,
|
|
/*003990*/ 0x61,0x69,0x72,0x73,0x28,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x73,0x29,0x20,0x64,
|
|
/*0039a0*/ 0x6f,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x52,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,
|
|
/*0039b0*/ 0x68,0x65,0x20,0x6d,0x61,0x74,0x63,0x68,0x69,0x6e,0x67,0x20,0x63,0x6f,0x6d,0x6d,
|
|
/*0039c0*/ 0x61,0x6e,0x64,0x20,0x61,0x6e,0x64,0x20,0x63,0x61,0x70,0x74,0x75,0x72,0x65,0x20,
|
|
/*0039d0*/ 0x61,0x72,0x67,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,
|
|
/*0039e0*/ 0x6c,0x69,0x6e,0x65,0x3a,0x66,0x69,0x6e,0x64,0x28,0x70,0x61,0x74,0x29,0x20,0x74,
|
|
/*0039f0*/ 0x68,0x65,0x6e,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x75,0x6e,0x63,0x2c,
|
|
/*003a00*/ 0x20,0x6c,0x69,0x6e,0x65,0x3a,0x6d,0x61,0x74,0x63,0x68,0x28,0x70,0x61,0x74,0x29,
|
|
/*003a10*/ 0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x65,0x6e,0x64,0x0d,
|
|
/*003a20*/ 0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x52,0x75,0x6e,0x20,0x61,0x20,0x63,0x6f,0x6d,0x6d,
|
|
/*003a30*/ 0x61,0x6e,0x64,0x20,0x6c,0x69,0x6e,0x65,0x0d,0x0a,0x2d,0x2d,0x20,0x52,0x65,0x74,
|
|
/*003a40*/ 0x75,0x72,0x6e,0x73,0x20,0x74,0x72,0x75,0x65,0x20,0x69,0x66,0x20,0x74,0x68,0x65,
|
|
/*003a50*/ 0x20,0x52,0x45,0x50,0x4c,0x20,0x73,0x68,0x6f,0x75,0x6c,0x64,0x20,0x65,0x78,0x69,
|
|
/*003a60*/ 0x74,0x20,0x61,0x6e,0x64,0x20,0x74,0x68,0x65,0x20,0x68,0x6f,0x6f,0x6b,0x20,0x66,
|
|
/*003a70*/ 0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x66,0x61,0x63,0x74,0x6f,0x72,0x79,0x0d,
|
|
/*003a80*/ 0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*003a90*/ 0x72,0x75,0x6e,0x5f,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x28,0x6c,0x69,0x6e,0x65,
|
|
/*003aa0*/ 0x29,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x47,0x44,0x42,0x2f,0x4c,0x4c,0x44,0x42,0x20,
|
|
/*003ab0*/ 0x65,0x78,0x69,0x74,0x20,0x6f,0x6e,0x20,0x63,0x74,0x72,0x6c,0x2d,0x64,0x0d,0x0a,
|
|
/*003ac0*/ 0x09,0x69,0x66,0x20,0x6c,0x69,0x6e,0x65,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,
|
|
/*003ad0*/ 0x74,0x68,0x65,0x6e,0x20,0x64,0x62,0x67,0x2e,0x65,0x78,0x69,0x74,0x28,0x31,0x29,
|
|
/*003ae0*/ 0x3b,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x74,0x72,0x75,0x65,0x20,0x65,0x6e,
|
|
/*003af0*/ 0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x52,0x65,0x2d,0x65,0x78,0x65,
|
|
/*003b00*/ 0x63,0x75,0x74,0x65,0x20,0x74,0x68,0x65,0x20,0x6c,0x61,0x73,0x74,0x20,0x63,0x6f,
|
|
/*003b10*/ 0x6d,0x6d,0x61,0x6e,0x64,0x20,0x69,0x66,0x20,0x79,0x6f,0x75,0x20,0x70,0x72,0x65,
|
|
/*003b20*/ 0x73,0x73,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x2e,0x0d,0x0a,0x09,0x69,0x66,0x20,
|
|
/*003b30*/ 0x6c,0x69,0x6e,0x65,0x20,0x3d,0x3d,0x20,0x22,0x22,0x20,0x74,0x68,0x65,0x6e,0x20,
|
|
/*003b40*/ 0x6c,0x69,0x6e,0x65,0x20,0x3d,0x20,0x6c,0x61,0x73,0x74,0x5f,0x63,0x6d,0x64,0x20,
|
|
/*003b50*/ 0x6f,0x72,0x20,0x22,0x68,0x22,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,
|
|
/*003b60*/ 0x6c,0x6f,0x63,0x61,0x6c,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x2c,0x20,0x63,
|
|
/*003b70*/ 0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x5f,0x61,0x72,0x67,0x20,0x3d,0x20,0x6d,0x61,0x74,
|
|
/*003b80*/ 0x63,0x68,0x5f,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x28,0x6c,0x69,0x6e,0x65,0x29,
|
|
/*003b90*/ 0x0d,0x0a,0x09,0x69,0x66,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x20,0x74,0x68,
|
|
/*003ba0*/ 0x65,0x6e,0x0d,0x0a,0x09,0x09,0x6c,0x61,0x73,0x74,0x5f,0x63,0x6d,0x64,0x20,0x3d,
|
|
/*003bb0*/ 0x20,0x6c,0x69,0x6e,0x65,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x75,0x6e,0x70,0x61,
|
|
/*003bc0*/ 0x63,0x6b,0x28,0x7b,0x2e,0x2e,0x2e,0x7d,0x29,0x20,0x70,0x72,0x65,0x76,0x65,0x6e,
|
|
/*003bd0*/ 0x74,0x73,0x20,0x74,0x61,0x69,0x6c,0x20,0x63,0x61,0x6c,0x6c,0x20,0x65,0x6c,0x69,
|
|
/*003be0*/ 0x6d,0x69,0x6e,0x61,0x74,0x69,0x6f,0x6e,0x20,0x73,0x6f,0x20,0x74,0x68,0x65,0x20,
|
|
/*003bf0*/ 0x73,0x74,0x61,0x63,0x6b,0x20,0x66,0x72,0x61,0x6d,0x65,0x20,0x69,0x6e,0x64,0x69,
|
|
/*003c00*/ 0x63,0x65,0x73,0x20,0x61,0x72,0x65,0x20,0x70,0x72,0x65,0x64,0x69,0x63,0x74,0x61,
|
|
/*003c10*/ 0x62,0x6c,0x65,0x2e,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x75,
|
|
/*003c20*/ 0x6e,0x70,0x61,0x63,0x6b,0x28,0x7b,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x28,0x63,
|
|
/*003c30*/ 0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x5f,0x61,0x72,0x67,0x29,0x7d,0x29,0x0d,0x0a,0x09,
|
|
/*003c40*/ 0x65,0x6c,0x73,0x65,0x69,0x66,0x20,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,
|
|
/*003c50*/ 0x65,0x76,0x61,0x6c,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,
|
|
/*003c60*/ 0x75,0x72,0x6e,0x20,0x75,0x6e,0x70,0x61,0x63,0x6b,0x28,0x7b,0x63,0x6d,0x64,0x5f,
|
|
/*003c70*/ 0x65,0x76,0x61,0x6c,0x28,0x6c,0x69,0x6e,0x65,0x29,0x7d,0x29,0x0d,0x0a,0x09,0x65,
|
|
/*003c80*/ 0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,
|
|
/*003c90*/ 0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,
|
|
/*003ca0*/ 0x72,0x72,0x6f,0x72,0x3a,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,
|
|
/*003cb0*/ 0x53,0x45,0x54,0x2e,0x2e,0x22,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x20,0x27,
|
|
/*003cc0*/ 0x25,0x73,0x27,0x20,0x6e,0x6f,0x74,0x20,0x72,0x65,0x63,0x6f,0x67,0x6e,0x69,0x7a,
|
|
/*003cd0*/ 0x65,0x64,0x2e,0x5c,0x6e,0x54,0x79,0x70,0x65,0x20,0x27,0x68,0x27,0x20,0x61,0x6e,
|
|
/*003ce0*/ 0x64,0x20,0x70,0x72,0x65,0x73,0x73,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,
|
|
/*003cf0*/ 0x6f,0x72,0x20,0x61,0x20,0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x20,0x6c,0x69,0x73,
|
|
/*003d00*/ 0x74,0x2e,0x22,0x2c,0x20,0x6c,0x69,0x6e,0x65,0x29,0x0d,0x0a,0x09,0x09,0x72,0x65,
|
|
/*003d10*/ 0x74,0x75,0x72,0x6e,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x65,0x6e,0x64,
|
|
/*003d20*/ 0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x72,0x65,0x70,0x6c,0x20,0x3d,0x20,
|
|
/*003d30*/ 0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x72,0x65,0x61,0x73,0x6f,0x6e,0x29,
|
|
/*003d40*/ 0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x53,0x6b,0x69,0x70,0x20,0x66,0x72,0x61,0x6d,0x65,
|
|
/*003d50*/ 0x73,0x20,0x77,0x69,0x74,0x68,0x6f,0x75,0x74,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,
|
|
/*003d60*/ 0x20,0x69,0x6e,0x66,0x6f,0x2e,0x0d,0x0a,0x09,0x77,0x68,0x69,0x6c,0x65,0x20,0x6e,
|
|
/*003d70*/ 0x6f,0x74,0x20,0x66,0x72,0x61,0x6d,0x65,0x5f,0x68,0x61,0x73,0x5f,0x6c,0x69,0x6e,
|
|
/*003d80*/ 0x65,0x28,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,
|
|
/*003d90*/ 0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,
|
|
/*003da0*/ 0x66,0x73,0x65,0x74,0x20,0x2b,0x20,0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,
|
|
/*003db0*/ 0x5f,0x4c,0x45,0x56,0x45,0x4c,0x20,0x2d,0x20,0x33,0x29,0x29,0x20,0x64,0x6f,0x0d,
|
|
/*003dc0*/ 0x0a,0x09,0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,0x6e,0x73,0x70,0x65,0x63,0x74,
|
|
/*003dd0*/ 0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,0x20,0x73,0x74,0x61,0x63,0x6b,0x5f,
|
|
/*003de0*/ 0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,
|
|
/*003df0*/ 0x20,0x31,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x6c,0x6f,
|
|
/*003e00*/ 0x63,0x61,0x6c,0x20,0x69,0x6e,0x66,0x6f,0x20,0x3d,0x20,0x64,0x65,0x62,0x75,0x67,
|
|
/*003e10*/ 0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x73,0x74,0x61,0x63,0x6b,0x5f,0x69,
|
|
/*003e20*/ 0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x2b,0x20,
|
|
/*003e30*/ 0x43,0x4d,0x44,0x5f,0x53,0x54,0x41,0x43,0x4b,0x5f,0x4c,0x45,0x56,0x45,0x4c,0x20,
|
|
/*003e40*/ 0x2d,0x20,0x33,0x29,0x0d,0x0a,0x09,0x72,0x65,0x61,0x73,0x6f,0x6e,0x20,0x3d,0x20,
|
|
/*003e50*/ 0x72,0x65,0x61,0x73,0x6f,0x6e,0x20,0x61,0x6e,0x64,0x20,0x28,0x43,0x4f,0x4c,0x4f,
|
|
/*003e60*/ 0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x62,0x72,0x65,0x61,0x6b,
|
|
/*003e70*/ 0x20,0x76,0x69,0x61,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,
|
|
/*003e80*/ 0x44,0x2e,0x2e,0x72,0x65,0x61,0x73,0x6f,0x6e,0x2e,0x2e,0x47,0x52,0x45,0x45,0x4e,
|
|
/*003e90*/ 0x5f,0x43,0x41,0x52,0x45,0x54,0x29,0x20,0x6f,0x72,0x20,0x22,0x22,0x0d,0x0a,0x09,
|
|
/*003ea0*/ 0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x72,0x65,0x61,0x73,
|
|
/*003eb0*/ 0x6f,0x6e,0x2e,0x2e,0x66,0x6f,0x72,0x6d,0x61,0x74,0x5f,0x73,0x74,0x61,0x63,0x6b,
|
|
/*003ec0*/ 0x5f,0x66,0x72,0x61,0x6d,0x65,0x5f,0x69,0x6e,0x66,0x6f,0x28,0x69,0x6e,0x66,0x6f,
|
|
/*003ed0*/ 0x29,0x29,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x69,0x66,0x20,0x74,0x6f,0x6e,0x75,0x6d,
|
|
/*003ee0*/ 0x62,0x65,0x72,0x28,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,0x77,0x68,0x65,
|
|
/*003ef0*/ 0x72,0x65,0x29,0x20,0x74,0x68,0x65,0x6e,0x20,0x77,0x68,0x65,0x72,0x65,0x28,0x69,
|
|
/*003f00*/ 0x6e,0x66,0x6f,0x2c,0x20,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,0x77,0x68,
|
|
/*003f10*/ 0x65,0x72,0x65,0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,
|
|
/*003f20*/ 0x70,0x65,0x61,0x74,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x75,
|
|
/*003f30*/ 0x63,0x63,0x65,0x73,0x73,0x2c,0x20,0x64,0x6f,0x6e,0x65,0x2c,0x20,0x68,0x6f,0x6f,
|
|
/*003f40*/ 0x6b,0x20,0x3d,0x20,0x70,0x63,0x61,0x6c,0x6c,0x28,0x72,0x75,0x6e,0x5f,0x63,0x6f,
|
|
/*003f50*/ 0x6d,0x6d,0x61,0x6e,0x64,0x2c,0x20,0x64,0x62,0x67,0x2e,0x72,0x65,0x61,0x64,0x28,
|
|
/*003f60*/ 0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,
|
|
/*003f70*/ 0x67,0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x3e,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,
|
|
/*003f80*/ 0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x29,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,
|
|
/*003f90*/ 0x20,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,
|
|
/*003fa0*/ 0x09,0x09,0x64,0x65,0x62,0x75,0x67,0x2e,0x73,0x65,0x74,0x68,0x6f,0x6f,0x6b,0x28,
|
|
/*003fb0*/ 0x68,0x6f,0x6f,0x6b,0x20,0x61,0x6e,0x64,0x20,0x68,0x6f,0x6f,0x6b,0x28,0x30,0x29,
|
|
/*003fc0*/ 0x2c,0x20,0x22,0x63,0x72,0x6c,0x22,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,
|
|
/*003fd0*/ 0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6d,0x65,0x73,0x73,0x61,
|
|
/*003fe0*/ 0x67,0x65,0x20,0x3d,0x20,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,
|
|
/*003ff0*/ 0x22,0x49,0x4e,0x54,0x45,0x52,0x4e,0x41,0x4c,0x20,0x44,0x45,0x42,0x55,0x47,0x47,
|
|
/*004000*/ 0x45,0x52,0x2e,0x4c,0x55,0x41,0x20,0x45,0x52,0x52,0x4f,0x52,0x2e,0x20,0x41,0x42,
|
|
/*004010*/ 0x4f,0x52,0x54,0x49,0x4e,0x47,0x5c,0x6e,0x3a,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,
|
|
/*004020*/ 0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x20,0x22,0x2e,0x2e,0x64,0x6f,
|
|
/*004030*/ 0x6e,0x65,0x0d,0x0a,0x09,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,
|
|
/*004040*/ 0x6c,0x6e,0x28,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x29,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*004050*/ 0x65,0x72,0x72,0x6f,0x72,0x28,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x29,0x0d,0x0a,
|
|
/*004060*/ 0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x75,0x6e,0x74,0x69,0x6c,0x20,0x64,0x6f,
|
|
/*004070*/ 0x6e,0x65,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x4d,0x61,
|
|
/*004080*/ 0x6b,0x65,0x20,0x74,0x68,0x65,0x20,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x20,
|
|
/*004090*/ 0x6f,0x62,0x6a,0x65,0x63,0x74,0x20,0x63,0x61,0x6c,0x6c,0x61,0x62,0x6c,0x65,0x20,
|
|
/*0040a0*/ 0x6c,0x69,0x6b,0x65,0x20,0x61,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x2e,
|
|
/*0040b0*/ 0x0d,0x0a,0x64,0x62,0x67,0x20,0x3d,0x20,0x73,0x65,0x74,0x6d,0x65,0x74,0x61,0x74,
|
|
/*0040c0*/ 0x61,0x62,0x6c,0x65,0x28,0x7b,0x7d,0x2c,0x20,0x7b,0x0d,0x0a,0x09,0x5f,0x5f,0x63,
|
|
/*0040d0*/ 0x61,0x6c,0x6c,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x5f,
|
|
/*0040e0*/ 0x2c,0x20,0x63,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,0x2c,0x20,0x74,0x6f,0x70,
|
|
/*0040f0*/ 0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x2c,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x29,
|
|
/*004100*/ 0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,0x63,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,
|
|
/*004110*/ 0x20,0x74,0x68,0x65,0x6e,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x65,0x6e,0x64,
|
|
/*004120*/ 0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x74,0x6f,0x70,0x5f,0x6f,0x66,0x66,0x73,
|
|
/*004130*/ 0x65,0x74,0x20,0x3d,0x20,0x28,0x74,0x6f,0x70,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,
|
|
/*004140*/ 0x20,0x6f,0x72,0x20,0x30,0x29,0x0d,0x0a,0x09,0x09,0x73,0x74,0x61,0x63,0x6b,0x5f,
|
|
/*004150*/ 0x69,0x6e,0x73,0x70,0x65,0x63,0x74,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x20,0x3d,
|
|
/*004160*/ 0x20,0x74,0x6f,0x70,0x5f,0x6f,0x66,0x66,0x73,0x65,0x74,0x0d,0x0a,0x09,0x09,0x73,
|
|
/*004170*/ 0x74,0x61,0x63,0x6b,0x5f,0x74,0x6f,0x70,0x20,0x3d,0x20,0x74,0x6f,0x70,0x5f,0x6f,
|
|
/*004180*/ 0x66,0x66,0x73,0x65,0x74,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x64,0x65,0x62,
|
|
/*004190*/ 0x75,0x67,0x2e,0x73,0x65,0x74,0x68,0x6f,0x6f,0x6b,0x28,0x68,0x6f,0x6f,0x6b,0x5f,
|
|
/*0041a0*/ 0x6e,0x65,0x78,0x74,0x28,0x31,0x2c,0x20,0x73,0x6f,0x75,0x72,0x63,0x65,0x20,0x6f,
|
|
/*0041b0*/ 0x72,0x20,0x22,0x64,0x62,0x67,0x28,0x29,0x22,0x29,0x2c,0x20,0x22,0x63,0x72,0x6c,
|
|
/*0041c0*/ 0x22,0x29,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x0d,0x0a,0x09,0x65,
|
|
/*0041d0*/ 0x6e,0x64,0x2c,0x0d,0x0a,0x7d,0x29,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x45,0x78,
|
|
/*0041e0*/ 0x70,0x6f,0x73,0x65,0x20,0x74,0x68,0x65,0x20,0x64,0x65,0x62,0x75,0x67,0x67,0x65,
|
|
/*0041f0*/ 0x72,0x27,0x73,0x20,0x49,0x4f,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x73,
|
|
/*004200*/ 0x2e,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x72,0x65,0x61,0x64,0x20,0x3d,0x20,0x64,0x62,
|
|
/*004210*/ 0x67,0x5f,0x72,0x65,0x61,0x64,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x77,0x72,0x69,0x74,
|
|
/*004220*/ 0x65,0x20,0x3d,0x20,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x0d,0x0a,0x64,
|
|
/*004230*/ 0x62,0x67,0x2e,0x73,0x68,0x6f,0x72,0x74,0x65,0x6e,0x5f,0x70,0x61,0x74,0x68,0x20,
|
|
/*004240*/ 0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x70,0x61,0x74,0x68,
|
|
/*004250*/ 0x29,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x70,0x61,0x74,0x68,0x20,0x65,0x6e,
|
|
/*004260*/ 0x64,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x65,0x78,0x69,0x74,0x20,0x3d,0x20,0x66,0x75,
|
|
/*004270*/ 0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x65,0x72,0x72,0x29,0x20,0x6f,0x73,0x2e,0x65,
|
|
/*004280*/ 0x78,0x69,0x74,0x28,0x65,0x72,0x72,0x29,0x20,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,
|
|
/*004290*/ 0x64,0x62,0x67,0x2e,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x20,0x3d,0x20,0x64,0x62,
|
|
/*0042a0*/ 0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x0d,0x0a,0x0d,0x0a,0x64,0x62,0x67,
|
|
/*0042b0*/ 0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x5f,0x64,0x65,0x70,0x74,0x68,0x20,0x3d,0x20,
|
|
/*0042c0*/ 0x33,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x20,0x3d,0x20,
|
|
/*0042d0*/ 0x70,0x72,0x65,0x74,0x74,0x79,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x70,0x70,0x20,0x3d,
|
|
/*0042e0*/ 0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x76,0x61,0x6c,0x75,0x65,0x2c,
|
|
/*0042f0*/ 0x20,0x64,0x65,0x70,0x74,0x68,0x29,0x20,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,
|
|
/*004300*/ 0x65,0x6c,0x6e,0x28,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x28,0x76,
|
|
/*004310*/ 0x61,0x6c,0x75,0x65,0x2c,0x20,0x64,0x65,0x70,0x74,0x68,0x29,0x29,0x20,0x65,0x6e,
|
|
/*004320*/ 0x64,0x0d,0x0a,0x0d,0x0a,0x64,0x62,0x67,0x2e,0x61,0x75,0x74,0x6f,0x5f,0x77,0x68,
|
|
/*004330*/ 0x65,0x72,0x65,0x20,0x3d,0x20,0x66,0x61,0x6c,0x73,0x65,0x0d,0x0a,0x64,0x62,0x67,
|
|
/*004340*/ 0x2e,0x61,0x75,0x74,0x6f,0x5f,0x65,0x76,0x61,0x6c,0x20,0x3d,0x20,0x66,0x61,0x6c,
|
|
/*004350*/ 0x73,0x65,0x0d,0x0a,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x6c,0x75,0x61,0x5f,
|
|
/*004360*/ 0x65,0x72,0x72,0x6f,0x72,0x2c,0x20,0x6c,0x75,0x61,0x5f,0x61,0x73,0x73,0x65,0x72,
|
|
/*004370*/ 0x74,0x20,0x3d,0x20,0x65,0x72,0x72,0x6f,0x72,0x2c,0x20,0x61,0x73,0x73,0x65,0x72,
|
|
/*004380*/ 0x74,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x57,0x6f,0x72,0x6b,0x73,0x20,0x6c,0x69,
|
|
/*004390*/ 0x6b,0x65,0x20,0x65,0x72,0x72,0x6f,0x72,0x28,0x29,0x2c,0x20,0x62,0x75,0x74,0x20,
|
|
/*0043a0*/ 0x69,0x6e,0x76,0x6f,0x6b,0x65,0x73,0x20,0x74,0x68,0x65,0x20,0x64,0x65,0x62,0x75,
|
|
/*0043b0*/ 0x67,0x67,0x65,0x72,0x2e,0x0d,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,
|
|
/*0043c0*/ 0x64,0x62,0x67,0x2e,0x65,0x72,0x72,0x6f,0x72,0x28,0x65,0x72,0x72,0x2c,0x20,0x6c,
|
|
/*0043d0*/ 0x65,0x76,0x65,0x6c,0x29,0x0d,0x0a,0x09,0x6c,0x65,0x76,0x65,0x6c,0x20,0x3d,0x20,
|
|
/*0043e0*/ 0x6c,0x65,0x76,0x65,0x6c,0x20,0x6f,0x72,0x20,0x31,0x0d,0x0a,0x09,0x64,0x62,0x67,
|
|
/*0043f0*/ 0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,
|
|
/*004400*/ 0x45,0x44,0x2e,0x2e,0x22,0x45,0x52,0x52,0x4f,0x52,0x3a,0x20,0x22,0x2e,0x2e,0x43,
|
|
/*004410*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x64,0x62,0x67,0x2e,
|
|
/*004420*/ 0x70,0x72,0x65,0x74,0x74,0x79,0x28,0x65,0x72,0x72,0x29,0x29,0x0d,0x0a,0x09,0x64,
|
|
/*004430*/ 0x62,0x67,0x28,0x66,0x61,0x6c,0x73,0x65,0x2c,0x20,0x6c,0x65,0x76,0x65,0x6c,0x2c,
|
|
/*004440*/ 0x20,0x22,0x64,0x62,0x67,0x2e,0x65,0x72,0x72,0x6f,0x72,0x28,0x29,0x22,0x29,0x0d,
|
|
/*004450*/ 0x0a,0x09,0x0d,0x0a,0x09,0x6c,0x75,0x61,0x5f,0x65,0x72,0x72,0x6f,0x72,0x28,0x65,
|
|
/*004460*/ 0x72,0x72,0x2c,0x20,0x6c,0x65,0x76,0x65,0x6c,0x29,0x0d,0x0a,0x65,0x6e,0x64,0x0d,
|
|
/*004470*/ 0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x57,0x6f,0x72,0x6b,0x73,0x20,0x6c,0x69,0x6b,0x65,
|
|
/*004480*/ 0x20,0x61,0x73,0x73,0x65,0x72,0x74,0x28,0x29,0x2c,0x20,0x62,0x75,0x74,0x20,0x69,
|
|
/*004490*/ 0x6e,0x76,0x6f,0x6b,0x65,0x73,0x20,0x74,0x68,0x65,0x20,0x64,0x65,0x62,0x75,0x67,
|
|
/*0044a0*/ 0x67,0x65,0x72,0x20,0x6f,0x6e,0x20,0x61,0x20,0x66,0x61,0x69,0x6c,0x75,0x72,0x65,
|
|
/*0044b0*/ 0x2e,0x0d,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64,0x62,0x67,0x2e,
|
|
/*0044c0*/ 0x61,0x73,0x73,0x65,0x72,0x74,0x28,0x63,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,
|
|
/*0044d0*/ 0x2c,0x20,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x29,0x0d,0x0a,0x09,0x69,0x66,0x20,
|
|
/*0044e0*/ 0x6e,0x6f,0x74,0x20,0x63,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,0x20,0x74,0x68,
|
|
/*0044f0*/ 0x65,0x6e,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,
|
|
/*004500*/ 0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x52,
|
|
/*004510*/ 0x52,0x4f,0x52,0x3a,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,
|
|
/*004520*/ 0x45,0x54,0x2e,0x2e,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x29,0x0d,0x0a,0x09,0x09,
|
|
/*004530*/ 0x64,0x62,0x67,0x28,0x66,0x61,0x6c,0x73,0x65,0x2c,0x20,0x31,0x2c,0x20,0x22,0x64,
|
|
/*004540*/ 0x62,0x67,0x2e,0x61,0x73,0x73,0x65,0x72,0x74,0x28,0x29,0x22,0x29,0x0d,0x0a,0x09,
|
|
/*004550*/ 0x65,0x6e,0x64,0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*004560*/ 0x6c,0x75,0x61,0x5f,0x61,0x73,0x73,0x65,0x72,0x74,0x28,0x63,0x6f,0x6e,0x64,0x69,
|
|
/*004570*/ 0x74,0x69,0x6f,0x6e,0x2c,0x20,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x29,0x0d,0x0a,
|
|
/*004580*/ 0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x57,0x6f,0x72,0x6b,0x73,0x20,
|
|
/*004590*/ 0x6c,0x69,0x6b,0x65,0x20,0x70,0x63,0x61,0x6c,0x6c,0x28,0x29,0x2c,0x20,0x62,0x75,
|
|
/*0045a0*/ 0x74,0x20,0x69,0x6e,0x76,0x6f,0x6b,0x65,0x73,0x20,0x74,0x68,0x65,0x20,0x64,0x65,
|
|
/*0045b0*/ 0x62,0x75,0x67,0x67,0x65,0x72,0x20,0x6f,0x6e,0x20,0x61,0x6e,0x20,0x65,0x72,0x72,
|
|
/*0045c0*/ 0x6f,0x72,0x2e,0x0d,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64,0x62,
|
|
/*0045d0*/ 0x67,0x2e,0x63,0x61,0x6c,0x6c,0x28,0x66,0x2c,0x20,0x2e,0x2e,0x2e,0x29,0x0d,0x0a,
|
|
/*0045e0*/ 0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x78,0x70,0x63,0x61,0x6c,0x6c,0x28,0x66,
|
|
/*0045f0*/ 0x2c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x65,0x72,0x72,0x29,0x0d,
|
|
/*004600*/ 0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,
|
|
/*004610*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x45,0x52,0x52,0x4f,0x52,
|
|
/*004620*/ 0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,
|
|
/*004630*/ 0x2e,0x2e,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,0x74,0x74,0x79,0x28,0x65,0x72,0x72,
|
|
/*004640*/ 0x29,0x29,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x28,0x66,0x61,0x6c,0x73,0x65,0x2c,
|
|
/*004650*/ 0x20,0x31,0x2c,0x20,0x22,0x64,0x62,0x67,0x2e,0x63,0x61,0x6c,0x6c,0x28,0x29,0x22,
|
|
/*004660*/ 0x29,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,
|
|
/*004670*/ 0x65,0x72,0x72,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x2c,0x20,0x2e,0x2e,0x2e,0x29,0x0d,
|
|
/*004680*/ 0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x45,0x72,0x72,0x6f,0x72,
|
|
/*004690*/ 0x20,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x20,0x68,0x61,0x6e,0x64,0x6c,0x65,0x72,
|
|
/*0046a0*/ 0x20,0x74,0x68,0x61,0x74,0x20,0x63,0x61,0x6e,0x20,0x62,0x65,0x20,0x75,0x73,0x65,
|
|
/*0046b0*/ 0x64,0x20,0x77,0x69,0x74,0x68,0x20,0x6c,0x75,0x61,0x5f,0x70,0x63,0x61,0x6c,0x6c,
|
|
/*0046c0*/ 0x28,0x29,0x2e,0x0d,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x64,0x62,
|
|
/*0046d0*/ 0x67,0x2e,0x6d,0x73,0x67,0x68,0x28,0x2e,0x2e,0x2e,0x29,0x0d,0x0a,0x09,0x69,0x66,
|
|
/*0046e0*/ 0x20,0x64,0x65,0x62,0x75,0x67,0x2e,0x67,0x65,0x74,0x69,0x6e,0x66,0x6f,0x28,0x32,
|
|
/*0046f0*/ 0x29,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,
|
|
/*004700*/ 0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,
|
|
/*004710*/ 0x2e,0x22,0x45,0x52,0x52,0x4f,0x52,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,
|
|
/*004720*/ 0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x64,0x62,0x67,0x2e,0x70,0x72,0x65,
|
|
/*004730*/ 0x74,0x74,0x79,0x28,0x2e,0x2e,0x2e,0x29,0x29,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,
|
|
/*004740*/ 0x28,0x66,0x61,0x6c,0x73,0x65,0x2c,0x20,0x31,0x2c,0x20,0x22,0x64,0x62,0x67,0x2e,
|
|
/*004750*/ 0x6d,0x73,0x67,0x68,0x28,0x29,0x22,0x29,0x0d,0x0a,0x09,0x65,0x6c,0x73,0x65,0x0d,
|
|
/*004760*/ 0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,
|
|
/*004770*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,
|
|
/*004780*/ 0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,
|
|
/*004790*/ 0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x45,0x72,0x72,0x6f,0x72,0x20,
|
|
/*0047a0*/ 0x64,0x69,0x64,0x20,0x6e,0x6f,0x74,0x20,0x6f,0x63,0x63,0x75,0x72,0x20,0x69,0x6e,
|
|
/*0047b0*/ 0x20,0x4c,0x75,0x61,0x20,0x63,0x6f,0x64,0x65,0x2e,0x20,0x45,0x78,0x65,0x63,0x75,
|
|
/*0047c0*/ 0x74,0x69,0x6f,0x6e,0x20,0x77,0x69,0x6c,0x6c,0x20,0x63,0x6f,0x6e,0x74,0x69,0x6e,
|
|
/*0047d0*/ 0x75,0x65,0x20,0x61,0x66,0x74,0x65,0x72,0x20,0x64,0x62,0x67,0x5f,0x70,0x63,0x61,
|
|
/*0047e0*/ 0x6c,0x6c,0x28,0x29,0x2e,0x22,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,
|
|
/*0047f0*/ 0x0d,0x0a,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x2e,0x2e,0x2e,0x0d,0x0a,0x65,
|
|
/*004800*/ 0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x41,0x73,0x73,0x75,0x6d,0x65,0x20,
|
|
/*004810*/ 0x73,0x74,0x64,0x69,0x6e,0x2f,0x6f,0x75,0x74,0x20,0x61,0x72,0x65,0x20,0x54,0x54,
|
|
/*004820*/ 0x59,0x73,0x20,0x75,0x6e,0x6c,0x65,0x73,0x73,0x20,0x77,0x65,0x20,0x63,0x61,0x6e,
|
|
/*004830*/ 0x20,0x75,0x73,0x65,0x20,0x4c,0x75,0x61,0x4a,0x49,0x54,0x27,0x73,0x20,0x46,0x46,
|
|
/*004840*/ 0x49,0x20,0x74,0x6f,0x20,0x70,0x72,0x6f,0x70,0x65,0x72,0x6c,0x79,0x20,0x63,0x68,
|
|
/*004850*/ 0x65,0x63,0x6b,0x20,0x74,0x68,0x65,0x6d,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*004860*/ 0x20,0x73,0x74,0x64,0x69,0x6e,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x20,0x3d,0x20,
|
|
/*004870*/ 0x74,0x72,0x75,0x65,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x74,0x64,0x6f,
|
|
/*004880*/ 0x75,0x74,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x20,0x3d,0x20,0x74,0x72,0x75,0x65,
|
|
/*004890*/ 0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x43,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,
|
|
/*0048a0*/ 0x61,0x6c,0x6c,0x79,0x20,0x65,0x6e,0x61,0x62,0x6c,0x65,0x20,0x74,0x68,0x65,0x20,
|
|
/*0048b0*/ 0x4c,0x75,0x61,0x4a,0x49,0x54,0x20,0x46,0x46,0x49,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,
|
|
/*0048c0*/ 0x61,0x6c,0x20,0x66,0x66,0x69,0x20,0x3d,0x20,0x28,0x6a,0x69,0x74,0x20,0x61,0x6e,
|
|
/*0048d0*/ 0x64,0x20,0x72,0x65,0x71,0x75,0x69,0x72,0x65,0x28,0x22,0x66,0x66,0x69,0x22,0x29,
|
|
/*0048e0*/ 0x29,0x0d,0x0a,0x69,0x66,0x20,0x66,0x66,0x69,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,
|
|
/*0048f0*/ 0x09,0x66,0x66,0x69,0x2e,0x63,0x64,0x65,0x66,0x5b,0x5b,0x0d,0x0a,0x09,0x09,0x69,
|
|
/*004900*/ 0x6e,0x74,0x20,0x69,0x73,0x61,0x74,0x74,0x79,0x28,0x69,0x6e,0x74,0x29,0x3b,0x20,
|
|
/*004910*/ 0x2f,0x2f,0x20,0x55,0x6e,0x69,0x78,0x0d,0x0a,0x09,0x09,0x69,0x6e,0x74,0x20,0x5f,
|
|
/*004920*/ 0x69,0x73,0x61,0x74,0x74,0x79,0x28,0x69,0x6e,0x74,0x29,0x3b,0x20,0x2f,0x2f,0x20,
|
|
/*004930*/ 0x57,0x69,0x6e,0x64,0x6f,0x77,0x73,0x0d,0x0a,0x09,0x09,0x76,0x6f,0x69,0x64,0x20,
|
|
/*004940*/ 0x66,0x72,0x65,0x65,0x28,0x76,0x6f,0x69,0x64,0x20,0x2a,0x70,0x74,0x72,0x29,0x3b,
|
|
/*004950*/ 0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x63,0x68,0x61,0x72,0x20,0x2a,0x72,0x65,
|
|
/*004960*/ 0x61,0x64,0x6c,0x69,0x6e,0x65,0x28,0x63,0x6f,0x6e,0x73,0x74,0x20,0x63,0x68,0x61,
|
|
/*004970*/ 0x72,0x20,0x2a,0x29,0x3b,0x0d,0x0a,0x09,0x09,0x69,0x6e,0x74,0x20,0x61,0x64,0x64,
|
|
/*004980*/ 0x5f,0x68,0x69,0x73,0x74,0x6f,0x72,0x79,0x28,0x63,0x6f,0x6e,0x73,0x74,0x20,0x63,
|
|
/*004990*/ 0x68,0x61,0x72,0x20,0x2a,0x29,0x3b,0x0d,0x0a,0x09,0x5d,0x5d,0x0d,0x0a,0x09,0x0d,
|
|
/*0049a0*/ 0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,
|
|
/*0049b0*/ 0x20,0x67,0x65,0x74,0x5f,0x66,0x75,0x6e,0x63,0x5f,0x6f,0x72,0x5f,0x6e,0x69,0x6c,
|
|
/*0049c0*/ 0x28,0x73,0x79,0x6d,0x29,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,
|
|
/*0049d0*/ 0x75,0x63,0x63,0x65,0x73,0x73,0x2c,0x20,0x66,0x75,0x6e,0x63,0x20,0x3d,0x20,0x70,
|
|
/*0049e0*/ 0x63,0x61,0x6c,0x6c,0x28,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x20,
|
|
/*0049f0*/ 0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x66,0x66,0x69,0x2e,0x43,0x5b,0x73,0x79,0x6d,
|
|
/*004a00*/ 0x5d,0x20,0x65,0x6e,0x64,0x29,0x0d,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,
|
|
/*004a10*/ 0x20,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x20,0x61,0x6e,0x64,0x20,0x66,0x75,0x6e,
|
|
/*004a20*/ 0x63,0x20,0x6f,0x72,0x20,0x6e,0x69,0x6c,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x0d,0x0a,
|
|
/*004a30*/ 0x09,0x0d,0x0a,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x69,0x73,0x61,0x74,0x74,0x79,
|
|
/*004a40*/ 0x20,0x3d,0x20,0x67,0x65,0x74,0x5f,0x66,0x75,0x6e,0x63,0x5f,0x6f,0x72,0x5f,0x6e,
|
|
/*004a50*/ 0x69,0x6c,0x28,0x22,0x69,0x73,0x61,0x74,0x74,0x79,0x22,0x29,0x20,0x6f,0x72,0x20,
|
|
/*004a60*/ 0x67,0x65,0x74,0x5f,0x66,0x75,0x6e,0x63,0x5f,0x6f,0x72,0x5f,0x6e,0x69,0x6c,0x28,
|
|
/*004a70*/ 0x22,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x22,0x29,0x20,0x6f,0x72,0x20,0x28,0x66,
|
|
/*004a80*/ 0x66,0x69,0x2e,0x6c,0x6f,0x61,0x64,0x28,0x22,0x75,0x63,0x72,0x74,0x62,0x61,0x73,
|
|
/*004a90*/ 0x65,0x22,0x29,0x29,0x5b,0x22,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x22,0x5d,0x0d,
|
|
/*004aa0*/ 0x0a,0x09,0x73,0x74,0x64,0x69,0x6e,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x20,0x3d,
|
|
/*004ab0*/ 0x20,0x69,0x73,0x61,0x74,0x74,0x79,0x28,0x30,0x29,0x0d,0x0a,0x09,0x73,0x74,0x64,
|
|
/*004ac0*/ 0x6f,0x75,0x74,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x20,0x3d,0x20,0x69,0x73,0x61,
|
|
/*004ad0*/ 0x74,0x74,0x79,0x28,0x31,0x29,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,
|
|
/*004ae0*/ 0x2d,0x20,0x43,0x6f,0x6e,0x64,0x69,0x74,0x69,0x6f,0x6e,0x61,0x6c,0x6c,0x79,0x20,
|
|
/*004af0*/ 0x65,0x6e,0x61,0x62,0x6c,0x65,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x73,0x75,0x70,
|
|
/*004b00*/ 0x70,0x6f,0x72,0x74,0x2e,0x0d,0x0a,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x63,0x6f,0x6c,
|
|
/*004b10*/ 0x6f,0x72,0x5f,0x6d,0x61,0x79,0x62,0x65,0x5f,0x73,0x75,0x70,0x70,0x6f,0x72,0x74,
|
|
/*004b20*/ 0x65,0x64,0x20,0x3d,0x20,0x28,0x73,0x74,0x64,0x6f,0x75,0x74,0x5f,0x69,0x73,0x61,
|
|
/*004b30*/ 0x74,0x74,0x79,0x20,0x61,0x6e,0x64,0x20,0x6f,0x73,0x2e,0x67,0x65,0x74,0x65,0x6e,
|
|
/*004b40*/ 0x76,0x28,0x22,0x54,0x45,0x52,0x4d,0x22,0x29,0x20,0x61,0x6e,0x64,0x20,0x6f,0x73,
|
|
/*004b50*/ 0x2e,0x67,0x65,0x74,0x65,0x6e,0x76,0x28,0x22,0x54,0x45,0x52,0x4d,0x22,0x29,0x20,
|
|
/*004b60*/ 0x7e,0x3d,0x20,0x22,0x64,0x75,0x6d,0x62,0x22,0x29,0x0d,0x0a,0x69,0x66,0x20,0x63,
|
|
/*004b70*/ 0x6f,0x6c,0x6f,0x72,0x5f,0x6d,0x61,0x79,0x62,0x65,0x5f,0x73,0x75,0x70,0x70,0x6f,
|
|
/*004b80*/ 0x72,0x74,0x65,0x64,0x20,0x61,0x6e,0x64,0x20,0x6e,0x6f,0x74,0x20,0x6f,0x73,0x2e,
|
|
/*004b90*/ 0x67,0x65,0x74,0x65,0x6e,0x76,0x28,0x22,0x44,0x42,0x47,0x5f,0x4e,0x4f,0x43,0x4f,
|
|
/*004ba0*/ 0x4c,0x4f,0x52,0x22,0x29,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x43,0x4f,0x4c,
|
|
/*004bb0*/ 0x4f,0x52,0x5f,0x47,0x52,0x41,0x59,0x20,0x3d,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,
|
|
/*004bc0*/ 0x2e,0x63,0x68,0x61,0x72,0x28,0x32,0x37,0x29,0x20,0x2e,0x2e,0x20,0x22,0x5b,0x39,
|
|
/*004bd0*/ 0x30,0x6d,0x22,0x0d,0x0a,0x09,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x44,0x20,
|
|
/*004be0*/ 0x3d,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,0x63,0x68,0x61,0x72,0x28,0x32,0x37,
|
|
/*004bf0*/ 0x29,0x20,0x2e,0x2e,0x20,0x22,0x5b,0x39,0x31,0x6d,0x22,0x0d,0x0a,0x09,0x43,0x4f,
|
|
/*004c00*/ 0x4c,0x4f,0x52,0x5f,0x42,0x4c,0x55,0x45,0x20,0x3d,0x20,0x73,0x74,0x72,0x69,0x6e,
|
|
/*004c10*/ 0x67,0x2e,0x63,0x68,0x61,0x72,0x28,0x32,0x37,0x29,0x20,0x2e,0x2e,0x20,0x22,0x5b,
|
|
/*004c20*/ 0x39,0x34,0x6d,0x22,0x0d,0x0a,0x09,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,
|
|
/*004c30*/ 0x4c,0x4f,0x57,0x20,0x3d,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,0x63,0x68,0x61,
|
|
/*004c40*/ 0x72,0x28,0x32,0x37,0x29,0x20,0x2e,0x2e,0x20,0x22,0x5b,0x33,0x33,0x6d,0x22,0x0d,
|
|
/*004c50*/ 0x0a,0x09,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x20,0x3d,0x20,
|
|
/*004c60*/ 0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,0x63,0x68,0x61,0x72,0x28,0x32,0x37,0x29,0x20,
|
|
/*004c70*/ 0x2e,0x2e,0x20,0x22,0x5b,0x30,0x6d,0x22,0x0d,0x0a,0x09,0x47,0x52,0x45,0x45,0x4e,
|
|
/*004c80*/ 0x5f,0x43,0x41,0x52,0x45,0x54,0x20,0x3d,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,
|
|
/*004c90*/ 0x63,0x68,0x61,0x72,0x28,0x32,0x37,0x29,0x20,0x2e,0x2e,0x20,0x22,0x5b,0x39,0x32,
|
|
/*004ca0*/ 0x6d,0x20,0x3d,0x3e,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,
|
|
/*004cb0*/ 0x53,0x45,0x54,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x69,0x66,0x20,0x73,
|
|
/*004cc0*/ 0x74,0x64,0x69,0x6e,0x5f,0x69,0x73,0x61,0x74,0x74,0x79,0x20,0x61,0x6e,0x64,0x20,
|
|
/*004cd0*/ 0x6e,0x6f,0x74,0x20,0x6f,0x73,0x2e,0x67,0x65,0x74,0x65,0x6e,0x76,0x28,0x22,0x44,
|
|
/*004ce0*/ 0x42,0x47,0x5f,0x4e,0x4f,0x52,0x45,0x41,0x44,0x4c,0x49,0x4e,0x45,0x22,0x29,0x20,
|
|
/*004cf0*/ 0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x70,0x63,0x61,0x6c,0x6c,0x28,0x66,0x75,0x6e,
|
|
/*004d00*/ 0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*004d10*/ 0x20,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x20,0x3d,0x20,0x72,0x65,0x71,
|
|
/*004d20*/ 0x75,0x69,0x72,0x65,0x20,0x27,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x27,
|
|
/*004d30*/ 0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x4c,0x6f,0x61,0x64,0x20,
|
|
/*004d40*/ 0x63,0x6f,0x6d,0x6d,0x61,0x6e,0x64,0x20,0x68,0x69,0x73,0x74,0x6f,0x72,0x79,0x20,
|
|
/*004d50*/ 0x66,0x72,0x6f,0x6d,0x20,0x7e,0x2f,0x2e,0x6c,0x75,0x61,0x5f,0x68,0x69,0x73,0x74,
|
|
/*004d60*/ 0x6f,0x72,0x79,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x68,0x69,0x73,
|
|
/*004d70*/ 0x74,0x5f,0x70,0x61,0x74,0x68,0x20,0x3d,0x20,0x6f,0x73,0x2e,0x67,0x65,0x74,0x65,
|
|
/*004d80*/ 0x6e,0x76,0x28,0x27,0x48,0x4f,0x4d,0x45,0x27,0x29,0x20,0x2e,0x2e,0x20,0x27,0x2f,
|
|
/*004d90*/ 0x2e,0x6c,0x75,0x61,0x5f,0x68,0x69,0x73,0x74,0x6f,0x72,0x79,0x27,0x0d,0x0a,0x09,
|
|
/*004da0*/ 0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x68,0x69,0x73,0x74,0x6f,
|
|
/*004db0*/ 0x72,0x79,0x6c,0x6f,0x61,0x64,0x28,0x68,0x69,0x73,0x74,0x5f,0x70,0x61,0x74,0x68,
|
|
/*004dc0*/ 0x29,0x0d,0x0a,0x09,0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x68,
|
|
/*004dd0*/ 0x69,0x73,0x74,0x6f,0x72,0x79,0x73,0x65,0x74,0x6d,0x61,0x78,0x6c,0x65,0x6e,0x28,
|
|
/*004de0*/ 0x35,0x30,0x29,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*004df0*/ 0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x61,0x75,0x74,0x6f,0x63,0x6f,
|
|
/*004e00*/ 0x6d,0x70,0x6c,0x65,0x74,0x65,0x28,0x65,0x6e,0x76,0x2c,0x20,0x69,0x6e,0x70,0x75,
|
|
/*004e10*/ 0x74,0x2c,0x20,0x6d,0x61,0x74,0x63,0x68,0x65,0x73,0x29,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*004e20*/ 0x66,0x6f,0x72,0x20,0x6e,0x61,0x6d,0x65,0x2c,0x20,0x5f,0x20,0x69,0x6e,0x20,0x70,
|
|
/*004e30*/ 0x61,0x69,0x72,0x73,0x28,0x65,0x6e,0x76,0x29,0x20,0x64,0x6f,0x0d,0x0a,0x09,0x09,
|
|
/*004e40*/ 0x09,0x09,0x69,0x66,0x20,0x6e,0x61,0x6d,0x65,0x3a,0x6d,0x61,0x74,0x63,0x68,0x28,
|
|
/*004e50*/ 0x27,0x5e,0x27,0x20,0x2e,0x2e,0x20,0x69,0x6e,0x70,0x75,0x74,0x20,0x2e,0x2e,0x20,
|
|
/*004e60*/ 0x27,0x2e,0x2a,0x27,0x29,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x09,
|
|
/*004e70*/ 0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x61,0x64,0x64,0x63,0x6f,
|
|
/*004e80*/ 0x6d,0x70,0x6c,0x65,0x74,0x69,0x6f,0x6e,0x28,0x6d,0x61,0x74,0x63,0x68,0x65,0x73,
|
|
/*004e90*/ 0x2c,0x20,0x6e,0x61,0x6d,0x65,0x29,0x0d,0x0a,0x09,0x09,0x09,0x09,0x65,0x6e,0x64,
|
|
/*004ea0*/ 0x0d,0x0a,0x09,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,
|
|
/*004eb0*/ 0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x2d,0x2d,0x20,0x41,0x75,0x74,0x6f,0x2d,0x63,
|
|
/*004ec0*/ 0x6f,0x6d,0x70,0x6c,0x65,0x74,0x69,0x6f,0x6e,0x20,0x66,0x6f,0x72,0x20,0x6c,0x6f,
|
|
/*004ed0*/ 0x63,0x61,0x6c,0x73,0x20,0x61,0x6e,0x64,0x20,0x67,0x6c,0x6f,0x62,0x61,0x6c,0x73,
|
|
/*004ee0*/ 0x0d,0x0a,0x09,0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x73,0x65,
|
|
/*004ef0*/ 0x74,0x63,0x6f,0x6d,0x70,0x6c,0x65,0x74,0x69,0x6f,0x6e,0x28,0x66,0x75,0x6e,0x63,
|
|
/*004f00*/ 0x74,0x69,0x6f,0x6e,0x28,0x6d,0x61,0x74,0x63,0x68,0x65,0x73,0x2c,0x20,0x69,0x6e,
|
|
/*004f10*/ 0x70,0x75,0x74,0x29,0x0d,0x0a,0x09,0x09,0x09,0x2d,0x2d,0x20,0x46,0x69,0x72,0x73,
|
|
/*004f20*/ 0x74,0x2c,0x20,0x63,0x68,0x65,0x63,0x6b,0x20,0x74,0x68,0x65,0x20,0x6c,0x6f,0x63,
|
|
/*004f30*/ 0x61,0x6c,0x73,0x20,0x61,0x6e,0x64,0x20,0x75,0x70,0x76,0x61,0x6c,0x75,0x65,0x73,
|
|
/*004f40*/ 0x2e,0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x65,0x6e,0x76,0x20,
|
|
/*004f50*/ 0x3d,0x20,0x6c,0x6f,0x63,0x61,0x6c,0x5f,0x62,0x69,0x6e,0x64,0x69,0x6e,0x67,0x73,
|
|
/*004f60*/ 0x28,0x31,0x2c,0x20,0x74,0x72,0x75,0x65,0x29,0x0d,0x0a,0x09,0x09,0x09,0x61,0x75,
|
|
/*004f70*/ 0x74,0x6f,0x63,0x6f,0x6d,0x70,0x6c,0x65,0x74,0x65,0x28,0x65,0x6e,0x76,0x2c,0x20,
|
|
/*004f80*/ 0x69,0x6e,0x70,0x75,0x74,0x2c,0x20,0x6d,0x61,0x74,0x63,0x68,0x65,0x73,0x29,0x0d,
|
|
/*004f90*/ 0x0a,0x09,0x09,0x09,0x0d,0x0a,0x09,0x09,0x09,0x2d,0x2d,0x20,0x54,0x68,0x65,0x6e,
|
|
/*004fa0*/ 0x2c,0x20,0x63,0x68,0x65,0x63,0x6b,0x20,0x74,0x68,0x65,0x20,0x69,0x6d,0x70,0x6c,
|
|
/*004fb0*/ 0x69,0x63,0x69,0x74,0x20,0x65,0x6e,0x76,0x69,0x72,0x6f,0x6e,0x6d,0x65,0x6e,0x74,
|
|
/*004fc0*/ 0x2e,0x0d,0x0a,0x09,0x09,0x09,0x65,0x6e,0x76,0x20,0x3d,0x20,0x67,0x65,0x74,0x6d,
|
|
/*004fd0*/ 0x65,0x74,0x61,0x74,0x61,0x62,0x6c,0x65,0x28,0x65,0x6e,0x76,0x29,0x2e,0x5f,0x5f,
|
|
/*004fe0*/ 0x69,0x6e,0x64,0x65,0x78,0x0d,0x0a,0x09,0x09,0x09,0x61,0x75,0x74,0x6f,0x63,0x6f,
|
|
/*004ff0*/ 0x6d,0x70,0x6c,0x65,0x74,0x65,0x28,0x65,0x6e,0x76,0x2c,0x20,0x69,0x6e,0x70,0x75,
|
|
/*005000*/ 0x74,0x2c,0x20,0x6d,0x61,0x74,0x63,0x68,0x65,0x73,0x29,0x0d,0x0a,0x09,0x09,0x65,
|
|
/*005010*/ 0x6e,0x64,0x29,0x0d,0x0a,0x09,0x09,0x0d,0x0a,0x09,0x09,0x64,0x62,0x67,0x2e,0x72,
|
|
/*005020*/ 0x65,0x61,0x64,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x70,
|
|
/*005030*/ 0x72,0x6f,0x6d,0x70,0x74,0x29,0x0d,0x0a,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,
|
|
/*005040*/ 0x20,0x73,0x74,0x72,0x20,0x3d,0x20,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,
|
|
/*005050*/ 0x2e,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x28,0x70,0x72,0x6f,0x6d,0x70,
|
|
/*005060*/ 0x74,0x29,0x0d,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x73,0x74,0x72,0x20,0x61,0x6e,
|
|
/*005070*/ 0x64,0x20,0x6e,0x6f,0x74,0x20,0x73,0x74,0x72,0x3a,0x6d,0x61,0x74,0x63,0x68,0x20,
|
|
/*005080*/ 0x22,0x5e,0x25,0x73,0x2a,0x24,0x22,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,
|
|
/*005090*/ 0x09,0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x68,0x69,0x73,0x74,
|
|
/*0050a0*/ 0x6f,0x72,0x79,0x61,0x64,0x64,0x28,0x73,0x74,0x72,0x29,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*0050b0*/ 0x09,0x6c,0x69,0x6e,0x65,0x6e,0x6f,0x69,0x73,0x65,0x2e,0x68,0x69,0x73,0x74,0x6f,
|
|
/*0050c0*/ 0x72,0x79,0x73,0x61,0x76,0x65,0x28,0x68,0x69,0x73,0x74,0x5f,0x70,0x61,0x74,0x68,
|
|
/*0050d0*/ 0x29,0x0d,0x0a,0x09,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x09,0x72,0x65,
|
|
/*0050e0*/ 0x74,0x75,0x72,0x6e,0x20,0x73,0x74,0x72,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,
|
|
/*0050f0*/ 0x0a,0x09,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,
|
|
/*005100*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,
|
|
/*005110*/ 0x62,0x75,0x67,0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,
|
|
/*005120*/ 0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x4c,0x69,0x6e,
|
|
/*005130*/ 0x65,0x6e,0x6f,0x69,0x73,0x65,0x20,0x73,0x75,0x70,0x70,0x6f,0x72,0x74,0x20,0x65,
|
|
/*005140*/ 0x6e,0x61,0x62,0x6c,0x65,0x64,0x2e,0x22,0x29,0x0d,0x0a,0x09,0x65,0x6e,0x64,0x29,
|
|
/*005150*/ 0x0d,0x0a,0x09,0x0d,0x0a,0x09,0x2d,0x2d,0x20,0x43,0x6f,0x6e,0x64,0x69,0x74,0x69,
|
|
/*005160*/ 0x6f,0x6e,0x61,0x6c,0x6c,0x79,0x20,0x65,0x6e,0x61,0x62,0x6c,0x65,0x20,0x4c,0x75,
|
|
/*005170*/ 0x61,0x4a,0x49,0x54,0x20,0x72,0x65,0x61,0x64,0x6c,0x69,0x6e,0x65,0x20,0x73,0x75,
|
|
/*005180*/ 0x70,0x70,0x6f,0x72,0x74,0x2e,0x0d,0x0a,0x09,0x70,0x63,0x61,0x6c,0x6c,0x28,0x66,
|
|
/*005190*/ 0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x0d,0x0a,0x09,0x09,0x69,0x66,0x20,
|
|
/*0051a0*/ 0x64,0x62,0x67,0x2e,0x72,0x65,0x61,0x64,0x20,0x3d,0x3d,0x20,0x6e,0x69,0x6c,0x20,
|
|
/*0051b0*/ 0x61,0x6e,0x64,0x20,0x66,0x66,0x69,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,
|
|
/*0051c0*/ 0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x72,0x65,0x61,0x64,0x6c,0x69,0x6e,0x65,0x20,
|
|
/*0051d0*/ 0x3d,0x20,0x66,0x66,0x69,0x2e,0x6c,0x6f,0x61,0x64,0x28,0x22,0x72,0x65,0x61,0x64,
|
|
/*0051e0*/ 0x6c,0x69,0x6e,0x65,0x22,0x29,0x0d,0x0a,0x09,0x09,0x09,0x64,0x62,0x67,0x2e,0x72,
|
|
/*0051f0*/ 0x65,0x61,0x64,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x70,
|
|
/*005200*/ 0x72,0x6f,0x6d,0x70,0x74,0x29,0x0d,0x0a,0x09,0x09,0x09,0x09,0x6c,0x6f,0x63,0x61,
|
|
/*005210*/ 0x6c,0x20,0x63,0x73,0x74,0x72,0x20,0x3d,0x20,0x72,0x65,0x61,0x64,0x6c,0x69,0x6e,
|
|
/*005220*/ 0x65,0x2e,0x72,0x65,0x61,0x64,0x6c,0x69,0x6e,0x65,0x28,0x70,0x72,0x6f,0x6d,0x70,
|
|
/*005230*/ 0x74,0x29,0x0d,0x0a,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x63,0x73,0x74,0x72,0x20,
|
|
/*005240*/ 0x7e,0x3d,0x20,0x6e,0x69,0x6c,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,
|
|
/*005250*/ 0x09,0x09,0x6c,0x6f,0x63,0x61,0x6c,0x20,0x73,0x74,0x72,0x20,0x3d,0x20,0x66,0x66,
|
|
/*005260*/ 0x69,0x2e,0x73,0x74,0x72,0x69,0x6e,0x67,0x28,0x63,0x73,0x74,0x72,0x29,0x0d,0x0a,
|
|
/*005270*/ 0x09,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x73,0x74,0x72,0x69,0x6e,0x67,0x2e,0x6d,
|
|
/*005280*/ 0x61,0x74,0x63,0x68,0x28,0x73,0x74,0x72,0x2c,0x20,0x22,0x5b,0x5e,0x25,0x73,0x5d,
|
|
/*005290*/ 0x2b,0x22,0x29,0x20,0x74,0x68,0x65,0x6e,0x0d,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,
|
|
/*0052a0*/ 0x72,0x65,0x61,0x64,0x6c,0x69,0x6e,0x65,0x2e,0x61,0x64,0x64,0x5f,0x68,0x69,0x73,
|
|
/*0052b0*/ 0x74,0x6f,0x72,0x79,0x28,0x63,0x73,0x74,0x72,0x29,0x0d,0x0a,0x09,0x09,0x09,0x09,
|
|
/*0052c0*/ 0x09,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x09,0x09,0x09,0x09,0x09,0x66,0x66,0x69,
|
|
/*0052d0*/ 0x2e,0x43,0x2e,0x66,0x72,0x65,0x65,0x28,0x63,0x73,0x74,0x72,0x29,0x0d,0x0a,0x09,
|
|
/*0052e0*/ 0x09,0x09,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x73,0x74,0x72,0x0d,0x0a,
|
|
/*0052f0*/ 0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x09,0x09,0x09,0x09,0x72,
|
|
/*005300*/ 0x65,0x74,0x75,0x72,0x6e,0x20,0x6e,0x69,0x6c,0x0d,0x0a,0x09,0x09,0x09,0x09,0x65,
|
|
/*005310*/ 0x6e,0x64,0x0d,0x0a,0x09,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x09,0x09,0x64,
|
|
/*005320*/ 0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*005330*/ 0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,0x67,
|
|
/*005340*/ 0x65,0x72,0x2e,0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,
|
|
/*005350*/ 0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x52,0x65,0x61,0x64,0x6c,0x69,0x6e,
|
|
/*005360*/ 0x65,0x20,0x73,0x75,0x70,0x70,0x6f,0x72,0x74,0x20,0x65,0x6e,0x61,0x62,0x6c,0x65,
|
|
/*005370*/ 0x64,0x2e,0x22,0x29,0x0d,0x0a,0x09,0x09,0x65,0x6e,0x64,0x0d,0x0a,0x09,0x65,0x6e,
|
|
/*005380*/ 0x64,0x29,0x0d,0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x2d,0x2d,0x20,0x44,0x65,
|
|
/*005390*/ 0x74,0x65,0x63,0x74,0x20,0x4c,0x75,0x61,0x20,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,
|
|
/*0053a0*/ 0x2e,0x0d,0x0a,0x69,0x66,0x20,0x6a,0x69,0x74,0x20,0x74,0x68,0x65,0x6e,0x20,0x2d,
|
|
/*0053b0*/ 0x2d,0x20,0x4c,0x75,0x61,0x4a,0x49,0x54,0x0d,0x0a,0x09,0x4c,0x55,0x41,0x5f,0x4a,
|
|
/*0053c0*/ 0x49,0x54,0x5f,0x53,0x45,0x54,0x4c,0x4f,0x43,0x41,0x4c,0x5f,0x57,0x4f,0x52,0x4b,
|
|
/*0053d0*/ 0x41,0x52,0x4f,0x55,0x4e,0x44,0x20,0x3d,0x20,0x2d,0x31,0x0d,0x0a,0x09,0x64,0x62,
|
|
/*0053e0*/ 0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*0053f0*/ 0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,0x67,0x65,
|
|
/*005400*/ 0x72,0x2e,0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,
|
|
/*005410*/ 0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x4c,0x6f,0x61,0x64,0x65,0x64,0x20,0x66,
|
|
/*005420*/ 0x6f,0x72,0x20,0x22,0x2e,0x2e,0x6a,0x69,0x74,0x2e,0x76,0x65,0x72,0x73,0x69,0x6f,
|
|
/*005430*/ 0x6e,0x29,0x0d,0x0a,0x65,0x6c,0x73,0x65,0x69,0x66,0x20,0x22,0x4c,0x75,0x61,0x20,
|
|
/*005440*/ 0x35,0x2e,0x31,0x22,0x20,0x3c,0x3d,0x20,0x5f,0x56,0x45,0x52,0x53,0x49,0x4f,0x4e,
|
|
/*005450*/ 0x20,0x61,0x6e,0x64,0x20,0x5f,0x56,0x45,0x52,0x53,0x49,0x4f,0x4e,0x20,0x3c,0x3d,
|
|
/*005460*/ 0x20,0x22,0x4c,0x75,0x61,0x20,0x35,0x2e,0x34,0x22,0x20,0x74,0x68,0x65,0x6e,0x0d,
|
|
/*005470*/ 0x0a,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,
|
|
/*005480*/ 0x4c,0x4f,0x52,0x5f,0x59,0x45,0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,
|
|
/*005490*/ 0x75,0x67,0x67,0x65,0x72,0x2e,0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,
|
|
/*0054a0*/ 0x4c,0x4f,0x52,0x5f,0x52,0x45,0x53,0x45,0x54,0x2e,0x2e,0x22,0x4c,0x6f,0x61,0x64,
|
|
/*0054b0*/ 0x65,0x64,0x20,0x66,0x6f,0x72,0x20,0x22,0x2e,0x2e,0x5f,0x56,0x45,0x52,0x53,0x49,
|
|
/*0054c0*/ 0x4f,0x4e,0x29,0x0d,0x0a,0x65,0x6c,0x73,0x65,0x0d,0x0a,0x09,0x64,0x62,0x67,0x5f,
|
|
/*0054d0*/ 0x77,0x72,0x69,0x74,0x65,0x6c,0x6e,0x28,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x59,0x45,
|
|
/*0054e0*/ 0x4c,0x4c,0x4f,0x57,0x2e,0x2e,0x22,0x64,0x65,0x62,0x75,0x67,0x67,0x65,0x72,0x2e,
|
|
/*0054f0*/ 0x6c,0x75,0x61,0x3a,0x20,0x22,0x2e,0x2e,0x43,0x4f,0x4c,0x4f,0x52,0x5f,0x52,0x45,
|
|
/*005500*/ 0x53,0x45,0x54,0x2e,0x2e,0x22,0x4e,0x6f,0x74,0x20,0x74,0x65,0x73,0x74,0x65,0x64,
|
|
/*005510*/ 0x20,0x61,0x67,0x61,0x69,0x6e,0x73,0x74,0x20,0x22,0x2e,0x2e,0x5f,0x56,0x45,0x52,
|
|
/*005520*/ 0x53,0x49,0x4f,0x4e,0x29,0x0d,0x0a,0x09,0x64,0x62,0x67,0x5f,0x77,0x72,0x69,0x74,
|
|
/*005530*/ 0x65,0x6c,0x6e,0x28,0x22,0x50,0x6c,0x65,0x61,0x73,0x65,0x20,0x73,0x65,0x6e,0x64,
|
|
/*005540*/ 0x20,0x6d,0x65,0x20,0x66,0x65,0x65,0x64,0x62,0x61,0x63,0x6b,0x21,0x22,0x29,0x0d,
|
|
/*005550*/ 0x0a,0x65,0x6e,0x64,0x0d,0x0a,0x0d,0x0a,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x64,
|
|
/*005560*/ 0x62,0x67,0x0d,0x0a
|
|
};
|
|
|
|
const unsigned DEBUGGER_SRC_LEN = (unsigned)sizeof(DEBUGGER_SRC);
|
|
|
|
|
|
int luaopen_debugger(lua_State *lua){
|
|
if(
|
|
luaL_loadbufferx(lua, DEBUGGER_SRC, DEBUGGER_SRC_LEN, "<debugger.lua>", NULL) ||
|
|
lua_pcall(lua, 0, LUA_MULTRET, 0)
|
|
) lua_error(lua);
|
|
|
|
// Or you could load it from disk:
|
|
// if(luaL_dofile(lua, "debugger.lua")) lua_error(lua);
|
|
|
|
return 1;
|
|
}
|
|
|
|
static const char *MODULE_NAME = "DEBUGGER_LUA_MODULE";
|
|
static const char *MSGH = "DEBUGGER_LUA_MSGH";
|
|
|
|
void dbg_setup(lua_State *lua, const char *name, const char *globalName, lua_CFunction readFunc, lua_CFunction writeFunc){
|
|
// Check that the module name was not already defined.
|
|
lua_getfield(lua, LUA_REGISTRYINDEX, MODULE_NAME);
|
|
assert(lua_isnil(lua, -1) || strcmp(name, luaL_checkstring(lua, -1)));
|
|
lua_pop(lua, 1);
|
|
|
|
// Push the module name into the registry.
|
|
lua_pushstring(lua, name);
|
|
lua_setfield(lua, LUA_REGISTRYINDEX, MODULE_NAME);
|
|
|
|
// Preload the module
|
|
luaL_requiref(lua, name, luaopen_debugger, false);
|
|
|
|
// Insert the msgh function into the registry.
|
|
lua_getfield(lua, -1, "msgh");
|
|
lua_setfield(lua, LUA_REGISTRYINDEX, MSGH);
|
|
|
|
if(readFunc){
|
|
lua_pushcfunction(lua, readFunc);
|
|
lua_setfield(lua, -2, "read");
|
|
}
|
|
|
|
if(writeFunc){
|
|
lua_pushcfunction(lua, writeFunc);
|
|
lua_setfield(lua, -2, "write");
|
|
}
|
|
|
|
if(globalName){
|
|
lua_setglobal(lua, globalName);
|
|
} else {
|
|
lua_pop(lua, 1);
|
|
}
|
|
}
|
|
|
|
void dbg_setup_default(lua_State *lua){
|
|
dbg_setup(lua, "debugger", "dbg", NULL, NULL);
|
|
}
|
|
|
|
int dbg_pcall(lua_State *lua, int nargs, int nresults, int msgh){
|
|
// Call regular lua_pcall() if a message handler is provided.
|
|
if(msgh) return lua_pcall(lua, nargs, nresults, msgh);
|
|
|
|
// Grab the msgh function out of the registry.
|
|
lua_getfield(lua, LUA_REGISTRYINDEX, MSGH);
|
|
if(lua_isnil(lua, -1)){
|
|
luaL_error(lua, "Tried to call dbg_call() before calling dbg_setup().");
|
|
}
|
|
|
|
// Move the error handler just below the function.
|
|
msgh = lua_gettop(lua) - (1 + nargs);
|
|
lua_insert(lua, msgh);
|
|
|
|
// Call the function.
|
|
int err = lua_pcall(lua, nargs, nresults, msgh);
|
|
|
|
// Remove the debug handler.
|
|
lua_remove(lua, msgh);
|
|
|
|
return err;
|
|
}
|