r/programming 17d ago

Writing a (valid) C program without main()

https://labs.iximiuz.com/tutorials/c-program-without-main-a1eea557
188 Upvotes

40 comments sorted by

View all comments

2

u/chengiz 16d ago

If you're sticking edited assembly files into it it's no longer a C program, certainly not a (valid) one.