strlcpy

unalz 0.60 strl*() 관련 make 에러나는 경우에 보세요.

1
point

아마 strl*() 함수들이 표준이 아니라서 생기는 문제인것 같은데 즉,
아래와 같은 컴파일 에러로 make가 안되는 분들은 사용하세요.

UnAlz.cpp: In function ‘void safe_strcpy(char*, const char*, size_t)’:
UnAlz.cpp:113: error: ‘strlcpy’ was not declared in this scope

내용묶음