DataMapFwrite
| Syntax | ||
int DataMapFwrite(FILE *fp,struct DataMap *ptr); | ||
| Header | ||
| general/dmap.h | ||
| Library | ||
| dmap | ||
| Description | ||
The The structure is written to the open file with the descriptor give by the argument fp. The structure is pointed to by the argument ptr. | ||
| Returns | ||
| Returns the number of bytes written to the file. On error, (-1) is returned. | ||
| Errors | ||
| On error, (-1) is returned. | ||
| Example | ||
|