Hacker News new | ask | show | jobs
by sshine 3034 days ago
What if an external C library defines readFile and read_file and you want to refer to read_file as readFile?

If you explicitly rename your functions as you import them, that should have more predictable behavior.

Still, it's a nice sentiment.

1 comments

What sane C library would do such a crazy thing though? :)