plastimatch
|
#include "plmsys_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "plm_int.h"
#include "plm_fwrite.h"
#include "print_and_exit.h"
Macros | |
#define | LINELEN 128 |
#define | MIN_SHORT -32768 |
#define | MAX_SHORT 32767 |
#define | WRITE_BLOCK (1024*1024) |
Functions | |
static size_t | fwrite_internal (void *buf, size_t size, size_t count, FILE *fp) |
void | plm_fwrite (void *buf, size_t size, size_t count, FILE *fp, bool force_little_endian) |
#define LINELEN 128 |
#define MAX_SHORT 32767 |
#define MIN_SHORT -32768 |
#define WRITE_BLOCK (1024*1024) |
|
static |
void plm_fwrite | ( | void * | buf, |
size_t | size, | ||
size_t | count, | ||
FILE * | fp, | ||
bool | force_little_endian ) |