#include "sizes.h"#include <stdio.h>Go to the source code of this file.
Functions | |
| int | putfourswap (int32_t number, FILE *file) |
| int | putfour (int32_t number, FILE *file) |
| int32_t | getfour (FILE *in) |
| int32_t | getfourswap (FILE *in) |
| int16_t | gettwo (FILE *in) |
| int | puttwo (int16_t number, FILE *file) |
|
|
Definition at line 21 of file binary.h. References fgetc(). |
|
|
Definition at line 31 of file binary.h. References fgetc(). |
|
|
Definition at line 41 of file binary.h. References fgetc(). |
|
||||||||||||
|
Definition at line 14 of file binary.h. References fputc(). |
|
||||||||||||
|
Definition at line 7 of file binary.h. References fputc(). |
|
||||||||||||
|
Definition at line 49 of file binary.h. References fputc(). |
1.4.4