c-blake / cligen

Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at
https://c-blake.github.io/cligen/
ISC License
496 stars 23 forks source link

Fix csize definition #223

Closed SolitudeSF closed 1 year ago

SolitudeSF commented 1 year ago

Return type of getxattr and extattr_get_file is ssize_t which is (long) int.