IODA
|
Attribute manipulation using the C interface. More...
Files | |
file | 02-Attributes.c |
Attribute manipulation using the C interface. | |
Macros | |
#define | sslin(x) #x |
#define | slin(x) sslin(x) |
#define | doErr |
Functions | |
int | main (int argc, char **argv) |
Attribute manipulation using the C interface.
This example parallels the C++ examples.
#define doErr |
Definition at line 31 of file 02-Attributes.c.
#define slin | ( | x | ) | sslin(x) |
Definition at line 30 of file 02-Attributes.c.
#define sslin | ( | x | ) | #x |
Definition at line 29 of file 02-Attributes.c.
int main | ( | int | argc, |
char ** | argv | ||
) |