Switch to unified view
a/upplay.cpp | b/upplay.cpp | ||
---|---|---|---|
... |
... |
||
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | #include <stdio.h> |
18 | #include <stdio.h> |
19 | #include <unistd.h> |
||
20 | #include <stdlib.h> |
19 | #include <stdlib.h> |
21 | 20 | ||
22 | #include <string> |
21 | #include <string> |
23 | #include <iostream> |
22 | #include <iostream> |
24 | using namespace std; |
23 | using namespace std; |