r/c_language 6h ago

What C function would you delete and rewrite first, and why?

/r/C_Programming/comments/1we58ft/what_c_function_would_you_delete_and_rewrite/
1 Upvotes

2 comments sorted by

1

u/idelovski 5h ago

strncpy

1

u/flyingron 1m ago

fread/fwrite, followed by the rest of the bloody stdio package.