Open darrylabbate opened 1 year ago
When implicit printing was supported, it made sense to not return values from all builtin functions. Now it makes sense to return something from all builtin functions, even those which are purely I/O like printf() or write()
printf()
write()
CC:
When implicit printing was supported, it made sense to not return values from all builtin functions. Now it makes sense to return something from all builtin functions, even those which are purely I/O like
printf()
orwrite()
CC:
2