Konstantin8105 / c4go

Transpiling C code to Go code
MIT License
363 stars 37 forks source link

string.strncat #161

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 5 years ago

Add test and implementation on Go for function string.h strncat Description: https://en.cppreference.com/w/c/string/byte/strncat File for test code add : c4go/tests/string.c

Konstantin8105 commented 5 years ago

example see #155

Konstantin8105 commented 5 years ago

Thank you @souvikmaji for your PR.