]> www.git.momoyon.org Git - commonlib.git/commit
Done many things...
authorahmedsamyh <ahmedsamyh10@gmail.com>
Wed, 29 May 2024 22:36:24 +0000 (03:36 +0500)
committerahmedsamyh <ahmedsamyh10@gmail.com>
Wed, 29 May 2024 22:36:24 +0000 (03:36 +0500)
commit6fb0a86d05b513b57341db3906cbdcf45f835d52
tree172ff81b3f0e7843c89d11cc64e0683d2fdd5ced
parente1afcda5cee89ff5893ae78384f1fe98528fdefb
Done many things...

- typedefs for wide chars.
- STRUCT and ENUM pre-declare macros.
- winapi_get_current_working_directory().
- Arena.buff_size's type: size_t -> uint64.
- Arena_make(buff_size) takes buff_size as argument.
- Arena_reset() which sets the ptr to buff.
- Arena_alloc_str() macro which allocs a str printed using snprintf
and returns the string
- new Category "String".
- cstr_to_wstr().
- new Category "Args".
- shift_args().
- Arena_alloc() reallocs buff if buff cannot hold new size.
commonlib.h