| version 1.4 | | version 1.5 |
|---|
| | |
| * Common types for use in Miner | | * Common types for use in Miner |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.5 1999/12/13 09:21:09 sekmu |
| | | * added u_int64 to non-linux |
| | | * |
| * Revision 1.4 1999/11/13 02:47:19 sekmu | | * Revision 1.4 1999/11/13 02:47:19 sekmu |
| * include sys/types.h for ssize_t for djgpp | | * include sys/types.h for ssize_t for djgpp |
| * | | * |
| | |
| //this should really be defined system specifically somehow, | | //this should really be defined system specifically somehow, |
| //as it is in linux's sys/types.h.. but I guess I'll leave that | | //as it is in linux's sys/types.h.. but I guess I'll leave that |
| //to someone who needs it :) | | //to someone who needs it :) |
| | | typedef unsigned long long int u_int64_t; |
| | | typedef long long int int64_t; |
| typedef unsigned int u_int32_t; | | typedef unsigned int u_int32_t; |
| typedef int int32_t; | | typedef int int32_t; |
| typedef unsigned short u_int16_t; | | typedef unsigned short u_int16_t; |