Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218333
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- manmake/manripper.cpp
0
++ manmake/manripper.cpp
Lines 1-7 Link Here
1
1
2
#include <stdio.h>
2
#include <cstdio>
3
#include <ctype.h>
3
#include <cctype>
4
#include <string>
4
#include <string>
5
#include <cstring>
5
#include <map>
6
#include <map>
6
7
7
using namespace std;
8
using namespace std;

Return to bug 218333