#include "pic24_all.h"
#include <stdio.h>
Go to the source code of this file.
Inputs a string, outputs the reverse. This file demonstrates use of 'scanf' from stdio. The project uses
Definition in file reverse_string_stdio.c.