STIR  6.2.0
Functions
gen.c File Reference

Utility functions used by the screen* files (internal use only) More...

#include "gen.h"
#include <stdarg.h>

Functions

int asknr (char str[], int minv, int maxv, int def)
 
size_t fread_check (char *str, void *buffer, size_t size, FILE *infile)
 
size_t fwrite_check (char *str, void *buffer, size_t size, FILE *outfile)
 
void fseek_check (char *str, FILE *file, long int offset, int pos)
 
void message (char *fmt,...)
 
void error (char *fmt,...)
 

Detailed Description

Utility functions used by the screen* files (internal use only)

Author
Kris Thielemans
PARAPET project
See also
gen.h