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
Variable Documentation