lxyscls

Results 3 issues of lxyscls

``` #include "khash.h" KHASH_MAP_INIT_INT(m32, char) // instantiate structs and methods int main() { int ret, is_missing; khint_t k; khash_t(m32) *h = kh_init(m32); // allocate a hash table k = kh_put(m32,...

Hello, I am not sure that does the get op will modify the inner data. Under such situation, only lock will work, I think. If not, can I use read-write...

My hierarchy is just as below. /ex dir_1/  dir_2/  dir_3/  dir_4/   dir_4a/ I want to build an exec and a library. The exec depends on the C files under dir_1/2/3....