Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

grabber.c File Reference

#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.


Defines

#define MEG   (1 << 20)

Functions

int main (int argc, char *argv[])

Define Documentation

#define MEG   (1 << 20)
 

Definition at line 4 of file grabber.c.

Referenced by main().


Function Documentation

int main int    argc,
char *    argv[]
 

\** File : SUMA.c

Author:
: Ziad Saad Date : Thu Dec 27 16:21:01 EST 2001
Purpose :

Input paramters :

Parameters:
param  Usage : SUMA ( )
Returns :
Returns:
Support :
See also:
OpenGL prog. Guide 3rd edition , varray.c from book's sample code
Side effects :

Definition at line 6 of file grabber.c.

References argc, malloc, and MEG.

00007 {
00008    int ii , jj ;
00009    char * qqq ;
00010 
00011    for( ii=1 ; ; ii++ ){
00012       fprintf(stderr," %d",ii) ;
00013       qqq = (char *) malloc( sizeof(char) * MEG ) ;
00014       for( jj=0 ; jj < MEG ; jj++ ) qqq[jj] = 0 ;
00015    }
00016    exit(0) ;
00017 }
 

Powered by Plone

This site conforms to the following standards: