Y
Hacker News
new
|
ask
|
show
|
jobs
by
maximilianburke
5350 days ago
Then you write your own optimization for that case -- for most people assuming that 0-9, A-Z, and a-z will work just fine. Chances are slim that you're running on a system using EBCDIC without knowing it.
1 comments
beej71
5350 days ago
Or, as was said, use ctypes.h, which is the Right Thing.
link