|
TacOS
0.2
|
Codes erreurs. Plus de détails...

Aller au code source de ce fichier.
Macros | |
| #define | EAGAIN 1 |
| #define | EBADF 2 |
| #define | EFAULT 3 |
| #define | EFBIG 4 |
| #define | EINTR 5 |
| #define | EINVAL 6 |
| #define | EIO 7 |
| #define | ENOSPC 8 |
| #define | EPIPE 9 |
| #define | ERANGE 10 |
| #define | ENOENT 11 |
| #define | ENOTDIR 12 |
| #define | EEXIST 13 |
| #define | EPERM 14 |
| #define | EISDIR 15 |
| #define | ENFILE 16 |
| #define | EMFILE 17 |
| #define | ENOMEM 18 |
Copyright (C) 2010, 2011, 2012 - TacOS developers.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses.
| #define EAGAIN 1 |
Essai encore ;).
| #define EBADF 2 |
Mauvais numero de fichier.
| #define EEXIST 13 |
existe déjà.
| #define EFAULT 3 |
Mauvaise adresse.
| #define EFBIG 4 |
Fichier trop gros.
| #define EINTR 5 |
System call interrompu.
| #define EINVAL 6 |
Argument invalide.
| #define EIO 7 |
Erreur d'entrée / sortie.
| #define EISDIR 15 |
c'est un dossier.
| #define EMFILE 17 |
Trop de fichiers ouverts.
| #define ENFILE 16 |
Overflow de la file table.
| #define ENOENT 11 |
entrée non trouvée.
| #define ENOSPC 8 |
Plus d'espace libre.
| #define ENOTDIR 12 |
ce n'est pas un dossier.
| #define EPERM 14 |
operation non permise.
| #define EPIPE 9 |
broken pipe.
| #define ERANGE 10 |
Résultat maths non representable.
1.8.7