SndFwrite
| Syntax | |
int SndFwrite(FILE *fp, struct SndData *snd); | |
| Header | |
| superdarn/sndwrite.h | |
| Library | |
| snd | |
| Description | |
The The data is written to the open stream pointed to by the argument fp. The data record is contructed from the | |
| Returns | |
| Returns the number of bytes written on success. On error, (-1) is returned. | |
| Errors | |
| On error, (-1) is returned. | |
| Example | |
| None |