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  

sqwave.c File Reference

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

Go to the source code of this file.


Defines

#define ERROR   {printf("FatalError\n");exit(1);}
#define POFF   {fprintf(sqfile,"0\n") ;nout++;if(nout>=num_len)goto DONE;}
#define PON   {fprintf(sqfile,"10\n") ;nout++;if(nout>=num_len)goto DONE;}
#define PKIL   {fprintf(sqfile,"99999\n");nout++;if(nout>=num_len)goto DONE;}

Functions

int main (argc, argv) int argc

Variables

char ** argv

Define Documentation

#define ERROR   {printf("FatalError\n");exit(1);}
 

#define PKIL   {fprintf(sqfile,"99999\n");nout++;if(nout>=num_len)goto DONE;}
 

#define POFF   {fprintf(sqfile,"0\n") ;nout++;if(nout>=num_len)goto DONE;}
 

#define PON   {fprintf(sqfile,"10\n") ;nout++;if(nout>=num_len)goto DONE;}
 


Function Documentation

int main argc   ,
argv   
 


Variable Documentation

char** argv
 

Definition at line 17 of file sqwave.c.

 

Powered by Plone

This site conforms to the following standards: