Mercurial
view dowa/d_string.c @ 62:ea9ef388ab97
[Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 11:48:11 -0800 |
| parents | adcfad6e86fb |
| children | fff1b048dda6 |
line wrap: on
line source
#include "dowa.h" char *Dowa_Int32ToString(uint32 int32, char *buffer) { sprintf(buffer, "%d", int32); return buffer; }