C Workshop
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
void | ReverseNumbers () |
Reads numbers from the user until the number 0 is entered, and then prints them in reverse order. More... | |
void ReverseNumbers | ( | ) |
Reads numbers from the user until the number 0 is entered, and then prints them in reverse order.