00001 00007 /* 00008 * The contents of this file are subject to the Mozilla Public License 00009 * Version 1.0 (the "License"); you may not use this file except in 00010 * compliance with the License. You may obtain a copy of the License 00011 * at http://www.mozilla.org/MPL/ 00012 * 00013 * Software distributed under the License is distributed on an "AS IS" 00014 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00015 * the License for the specific language governing rights and 00016 * limitations under the License. 00017 * 00018 * The Original Code is legOS code, released October 17, 1999. 00019 * 00020 * The Initial Developer of the Original Code is Markus L. Noga. 00021 * Portions created by Markus L. Noga are Copyright (C) 1999 00022 * Markus L. Noga. All Rights Reserved. 00023 * 00024 * Contributor(s): Markus L. Noga <markus@noga.de> 00025 */ 00026 00027 #ifndef __template_h__ 00028 #define __template_h__ 00029 00030 #ifdef __cplusplus 00031 extern "C" { 00032 #endif 00033 00035 // 00036 // Definitions 00037 // 00039 00040 00042 // 00043 // Variables 00044 // 00046 00047 00049 // 00050 // Functions 00051 // 00053 00054 #ifdef __cplusplus 00055 } 00056 #endif 00057 00058 #endif // __template_h__
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |