1302af795SEd Maste /* LINTLIBRARY */ 2302af795SEd Maste /*- 3302af795SEd Maste * Copyright 1996-1998 John D. Polstra. 4302af795SEd Maste * All rights reserved. 5302af795SEd Maste * 6302af795SEd Maste * Redistribution and use in source and binary forms, with or without 7302af795SEd Maste * modification, are permitted provided that the following conditions 8302af795SEd Maste * are met: 9302af795SEd Maste * 1. Redistributions of source code must retain the above copyright 10302af795SEd Maste * notice, this list of conditions and the following disclaimer. 11302af795SEd Maste * 2. Redistributions in binary form must reproduce the above copyright 12302af795SEd Maste * notice, this list of conditions and the following disclaimer in the 13302af795SEd Maste * documentation and/or other materials provided with the distribution. 14302af795SEd Maste * 15302af795SEd Maste * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16302af795SEd Maste * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17302af795SEd Maste * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 18302af795SEd Maste * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 19302af795SEd Maste * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 20302af795SEd Maste * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 21302af795SEd Maste * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22302af795SEd Maste * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 23302af795SEd Maste * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 24302af795SEd Maste * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25302af795SEd Maste */ 26302af795SEd Maste 27302af795SEd Maste #include <sys/cdefs.h> 2851015e6dSKonstantin Belousov #include "csu_common.h" 29302af795SEd Maste 30*d744a37aSDmitry Chagin void _start(char *, ...) __dead2; 31