Doxygen Source Code Documentation
rgbyte.c File Reference
#include "mrilib.h"Go to the source code of this file.
Data Structures | |
| struct | rgbyte |
Functions | |
| int | main (int argc, char *argv[]) |
Function Documentation
|
||||||||||||
|
\** File : SUMA.c
Input paramters :
Definition at line 6 of file rgbyte.c. References argc.
00007 {
00008 rgbyte fred ;
00009 int ii = sizeof(fred) ;
00010 printf("sizeof(rgbyte) = %d\n",ii) ;
00011 exit(0);
00012 }
|