1*48a54d36SAndroid Build Coastguard Worker /* -*- Mode: C; tab-width: 4 -*- 2*48a54d36SAndroid Build Coastguard Worker * 3*48a54d36SAndroid Build Coastguard Worker * Copyright (c) 2008 Apple Inc. All rights reserved. 4*48a54d36SAndroid Build Coastguard Worker * 5*48a54d36SAndroid Build Coastguard Worker * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. 6*48a54d36SAndroid Build Coastguard Worker * ("Apple") in consideration of your agreement to the following terms, and your 7*48a54d36SAndroid Build Coastguard Worker * use, installation, modification or redistribution of this Apple software 8*48a54d36SAndroid Build Coastguard Worker * constitutes acceptance of these terms. If you do not agree with these terms, 9*48a54d36SAndroid Build Coastguard Worker * please do not use, install, modify or redistribute this Apple software. 10*48a54d36SAndroid Build Coastguard Worker * 11*48a54d36SAndroid Build Coastguard Worker * In consideration of your agreement to abide by the following terms, and subject 12*48a54d36SAndroid Build Coastguard Worker * to these terms, Apple grants you a personal, non-exclusive license, under Apple's 13*48a54d36SAndroid Build Coastguard Worker * copyrights in this original Apple software (the "Apple Software"), to use, 14*48a54d36SAndroid Build Coastguard Worker * reproduce, modify and redistribute the Apple Software, with or without 15*48a54d36SAndroid Build Coastguard Worker * modifications, in source and/or binary forms; provided that if you redistribute 16*48a54d36SAndroid Build Coastguard Worker * the Apple Software in its entirety and without modifications, you must retain 17*48a54d36SAndroid Build Coastguard Worker * this notice and the following text and disclaimers in all such redistributions of 18*48a54d36SAndroid Build Coastguard Worker * the Apple Software. Neither the name, trademarks, service marks or logos of 19*48a54d36SAndroid Build Coastguard Worker * Apple Computer, Inc. may be used to endorse or promote products derived from the 20*48a54d36SAndroid Build Coastguard Worker * Apple Software without specific prior written permission from Apple. Except as 21*48a54d36SAndroid Build Coastguard Worker * expressly stated in this notice, no other rights or licenses, express or implied, 22*48a54d36SAndroid Build Coastguard Worker * are granted by Apple herein, including but not limited to any patent rights that 23*48a54d36SAndroid Build Coastguard Worker * may be infringed by your derivative works or by other works in which the Apple 24*48a54d36SAndroid Build Coastguard Worker * Software may be incorporated. 25*48a54d36SAndroid Build Coastguard Worker * 26*48a54d36SAndroid Build Coastguard Worker * The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO 27*48a54d36SAndroid Build Coastguard Worker * WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED 28*48a54d36SAndroid Build Coastguard Worker * WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR 29*48a54d36SAndroid Build Coastguard Worker * PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN 30*48a54d36SAndroid Build Coastguard Worker * COMBINATION WITH YOUR PRODUCTS. 31*48a54d36SAndroid Build Coastguard Worker * 32*48a54d36SAndroid Build Coastguard Worker * IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR 33*48a54d36SAndroid Build Coastguard Worker * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 34*48a54d36SAndroid Build Coastguard Worker * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 35*48a54d36SAndroid Build Coastguard Worker * ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION 36*48a54d36SAndroid Build Coastguard Worker * OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT 37*48a54d36SAndroid Build Coastguard Worker * (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN 38*48a54d36SAndroid Build Coastguard Worker * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 39*48a54d36SAndroid Build Coastguard Worker */ 40*48a54d36SAndroid Build Coastguard Worker 41*48a54d36SAndroid Build Coastguard Worker extern const char *GetNextLabel(const char *cstr, char label[64]); 42