File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
18+
119#ifndef COLOR_H_
220#define COLOR_H_ 1
321
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#ifndef MAIN_H_
320#define MAIN_H_ 1
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#ifndef PRETTY_H_
320#define PRETTY_H_ 1
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#ifndef REQUEST_H_
320#define REQUEST_H_ 1
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#ifndef THREAD_H_
320#define THREAD_H_ 1
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#ifndef UTIL_H_
320#define UTIL_H_ 1
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#include <stdbool.h>
320#include <stdio.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#include <stdbool.h>
320#include <string.h>
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#include <stddef.h>
320#include <string.h> /* memcpy */
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2025 8dcc
3+ *
4+ * This file is part of 4cli.
5+ *
6+ * This program is free software: you can redistribute it and/or modify it under
7+ * the terms of the GNU General Public License as published by the Free Software
8+ * Foundation, either version 3 of the License, or any later version.
9+ *
10+ * This program is distributed in the hope that it will be useful, but WITHOUT
11+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+ * details.
14+ *
15+ * You should have received a copy of the GNU General Public License along with
16+ * this program. If not, see <https://www.gnu.org/licenses/>.
17+ */
118
219#include <cjson/cJSON.h>
320
You can’t perform that action at this time.
0 commit comments