halayli / lthread

lthread, a multicore enabled coroutine library written in C
Other
814 stars 82 forks source link

modern compiler does not allow strncpy() of the same size #47

Open yasuhironet opened 4 months ago

yasuhironet commented 4 months ago

modern compiler does not allow strncpy() of the same size as the destination buffer.