Changet type bit to bits

This commit is contained in:
Ianos Gnatiuc
2005-10-22 03:38:17 +00:00
parent fb668729c2
commit 54a3490eaa
6 changed files with 137 additions and 140 deletions

View File

@@ -129,10 +129,9 @@ typedef uint16_t word;
typedef uint32_t dword;
#endif //#ifdef _MSC_VER
typedef uint8_t bit;
typedef unsigned int uint;
typedef uint8_t bits;
typedef uint32_t time32_t; /* 32-bit time_t type */
// ------------------------------------------------------------------