Código
#include <iostream> using namespace std; #include <windows.h> #include <Winuser.h> int Save (int key_stroke, char *file); int main() { system ("PAUSE"); return 0; } /* ********************************************************** */ /* ********************************************************** */ int Save (int key_stroke, char *file); { return 0; }
Les agradecería mucho la ayuda