Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "frases.h"
- char * saludo()
- {
- return "Hola";
- }
- char * despedida()
- {
- return "Adios";
- }
RAW Paste Data