Prototypes | |
FILE * | openfile (const char *name) |
void | printerror (int err) |
void | dosystem (const char *command) |
void | modify_bytes (const char *filename, int byte_offset, const char *new_value, int nbytes) |
int | isbigendian (void) |
void | modify_checksum (const char *filename, unsigned long long newchecksumle, unsigned long long newchecksumbe) |
int | main (void) |
Go to the source code of this file.
Macros | |
#define | DET1 "H1" |
#define | DET2 "L1" |
#define DET1 "H1" |
Definition at line 131 of file SFTwrite.c.
#define DET2 "L1" |
Definition at line 132 of file SFTwrite.c.
Definition at line 55 of file SFTwrite.c.
void printerror | ( | int | err | ) |
Definition at line 68 of file SFTwrite.c.
Definition at line 77 of file SFTwrite.c.
Definition at line 86 of file SFTwrite.c.
int isbigendian | ( | void | ) |
Definition at line 48 of file SFTwrite.c.
void modify_checksum | ( | const char * | filename, |
unsigned long long | newchecksumle, | ||
unsigned long long | newchecksumbe | ||
) |
Definition at line 119 of file SFTwrite.c.
int main | ( | void | ) |
Definition at line 134 of file SFTwrite.c.