Mercurial
comparison dowa/dowa.h @ 18:fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 08:21:34 -0700 |
| parents | 3e12bf044589 |
| children | 0a9e67c7039a |
comparison
equal
deleted
inserted
replaced
| 17:d97ec3ded2ae | 18:fa2b8af609d9 |
|---|---|
| 12 | 12 |
| 13 #include "dowa_internal.h" | 13 #include "dowa_internal.h" |
| 14 | 14 |
| 15 #define HASH_KEY_NUMBER 5381 // DJD hash number | 15 #define HASH_KEY_NUMBER 5381 // DJD hash number |
| 16 #define ONE_MEGA_BYTE 1048576 | 16 #define ONE_MEGA_BYTE 1048576 |
| 17 #define TRUE 1 | |
| 18 #define FALSE 0 | |
| 19 | |
| 17 typedef unsigned int uint32; | 20 typedef unsigned int uint32; |
| 18 typedef int int32; | 21 typedef int int32; |
| 19 typedef unsigned short uint16; | 22 typedef unsigned short uint16; |
| 20 typedef short int16; | 23 typedef short int16; |
| 21 typedef unsigned char uint8; | 24 typedef unsigned char uint8; |