File tree Expand file tree Collapse file tree 5 files changed +75
-0
lines changed
Expand file tree Collapse file tree 5 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * fetchfetch - Fetch the stats of your *fetch tools
3+ * Copyright (C) 2025 Spenser Black
4+ *
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
15+ */
116#include "art.h"
217
318const char art [ART_HEIGHT ][ART_WIDTH ] = {
Original file line number Diff line number Diff line change 1+ /*
2+ * fetchfetch - Fetch the stats of your *fetch tools
3+ * Copyright (C) 2025 Spenser Black
4+ *
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
15+ */
116#ifndef FETCH_FETCH_ART_H
217#define FETCH_FETCH_ART_H
318
Original file line number Diff line number Diff line change 1+ /*
2+ * fetchfetch - Fetch the stats of your *fetch tools
3+ * Copyright (C) 2025 Spenser Black
4+ *
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
15+ */
116#include <stdio.h>
217#include "art.h"
318#include "stats.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * fetchfetch - Fetch the stats of your *fetch tools
3+ * Copyright (C) 2025 Spenser Black
4+ *
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
15+ */
116#include <stdio.h>
217#include <stdlib.h>
318#include <string.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * fetchfetch - Fetch the stats of your *fetch tools
3+ * Copyright (C) 2025 Spenser Black
4+ *
5+ * This program is free software: you can redistribute it and/or modify
6+ * it under the terms of the GNU General Public License as published by
7+ * the Free Software Foundation, either version 3 of the License, or
8+ * (at your option) any later version.
9+ * This program is distributed in the hope that it will be useful,
10+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+ * GNU General Public License for more details.
13+ * You should have received a copy of the GNU General Public License
14+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
15+ */
116#ifndef FETCH_FETCH_STATS_H
217#define FETCH_FETCH_STATS_H
318
You can’t perform that action at this time.
0 commit comments