Mercurial > flash_v2
comparison packages/language/c/libc/current/src/stdlib/atoi.cxx @ 64:c38311975d4f ecos-sw-2000-01-28
Merge from eCos master repository on 2000-01-28-04:28:11-GMT
| author | jlarmour |
|---|---|
| date | Fri, 28 Jan 2000 04:59:39 +0000 |
| parents | 443894e2e912 |
| children | bf00f99aec69 |
comparison
equal
deleted
inserted
replaced
| 63:119e6e57c342 | 64:c38311975d4f |
|---|---|
| 5 // Real alternative for inline implementation of the ANSI standard | 5 // Real alternative for inline implementation of the ANSI standard |
| 6 // atoi() utility function defined in section 7.10.1.2 of the standard | 6 // atoi() utility function defined in section 7.10.1.2 of the standard |
| 7 // | 7 // |
| 8 //=========================================================================== | 8 //=========================================================================== |
| 9 //####COPYRIGHTBEGIN#### | 9 //####COPYRIGHTBEGIN#### |
| 10 // | 10 // |
| 11 // ------------------------------------------- | 11 // ------------------------------------------- |
| 12 // The contents of this file are subject to the Cygnus eCos Public License | 12 // The contents of this file are subject to the Red Hat eCos Public License |
| 13 // Version 1.0 (the "License"); you may not use this file except in | 13 // Version 1.0 (the "License"); you may not use this file except in |
| 14 // compliance with the License. You may obtain a copy of the License at | 14 // compliance with the License. You may obtain a copy of the License at |
| 15 // http://sourceware.cygnus.com/ecos | 15 // http://sourceware.cygnus.com/ecos |
| 16 // | 16 // |
| 17 // Software distributed under the License is distributed on an "AS IS" | 17 // Software distributed under the License is distributed on an |
| 18 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | 18 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
| 19 // License for the specific language governing rights and limitations under | 19 // License for the specific language governing rights and limitations under |
| 20 // the License. | 20 // the License. |
| 21 // | 21 // |
| 22 // The Original Code is eCos - Embedded Cygnus Operating System, released | 22 // The Original Code is eCos - Embedded Configurable Operating System, |
| 23 // September 30, 1998. | 23 // released September 30, 1998. |
| 24 // | 24 // |
| 25 // The Initial Developer of the Original Code is Cygnus. Portions created | 25 // The Initial Developer of the Original Code is Red Hat. |
| 26 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | 26 // Portions created by Red Hat are |
| 27 // ------------------------------------------- | 27 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. |
| 28 // | 28 // All Rights Reserved. |
| 29 // ------------------------------------------- | |
| 30 // | |
| 29 //####COPYRIGHTEND#### | 31 //####COPYRIGHTEND#### |
| 30 //=========================================================================== | 32 //=========================================================================== |
| 31 //#####DESCRIPTIONBEGIN#### | 33 //#####DESCRIPTIONBEGIN#### |
| 32 // | 34 // |
| 33 // Author(s): jlarmour | 35 // Author(s): jlarmour |
