TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
Macros | Définitions de type
Référence du fichier stdarg.h
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Macros

#define _STDARG_H
 
#define _ANSI_STDARG_H_
 
#define __GNUC_VA_LIST
 
#define va_start(v, l)   __builtin_va_start(v,l)
 
#define va_end(v)   __builtin_va_end(v)
 
#define va_arg(v, l)   __builtin_va_arg(v,l)
 
#define va_copy(d, s)   __builtin_va_copy(d,s)
 
#define __va_copy(d, s)   __builtin_va_copy(d,s)
 
#define _VA_LIST_
 
#define _VA_LIST
 
#define _VA_LIST_DEFINED
 
#define _VA_LIST_T_H
 
#define __va_list__
 

Définitions de type

typedef __builtin_va_list __gnuc_va_list
 
typedef __gnuc_va_list va_list
 

Description détaillée

Auteur
TacOS developers

LICENSE

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.

DESCRIPTION

Description de ce que fait le fichier