|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
#include <stdlib.h>#include <stdio.h>#include <stdint.h>#include <iff/iff.h>#include "md5.h"#include "image.h"Macros | |
| #define | min(x, y) ((x) < (y) ? (x) : (y)) |
| #define | max(x, y) ((x) > (y) ? (x) : (y)) |
Functions | |
| static void | printsize (FILE *hFile, size_t FileSize) |
| int | main (int argc, char *argv[]) |
| #define max | ( | x, | |
| y | |||
| ) | ((x) > (y) ? (x) : (y)) |
| #define min | ( | x, | |
| y | |||
| ) | ((x) < (y) ? (x) : (y)) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
1.8.4