Hacker News new | ask | show | jobs
by tedunangst 1025 days ago
void * was introduced after char * had been the pre-standard way of addressing any memory. Compilers of the era would let you use void * like char *, because it made it easier to change char * into void *.