good day guys...how can i change c's keywords?..for example, i want to change printf with my own keyword..what will i do? my friend told i should make a linked list...i have an idea on how to make a linked list but making a linked list for my problem i dont have an idea..please give me a comprhensive steps!...thanks a lot...
printf is not a keyword, it is a library function. You could create your own replacement function that implements printf or assembly/system calls as needed to perform the desired functions.
Keywords are things like "while" or "if".
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks