Move into directory
CMake / build (push) Failing after 4s

This commit is contained in:
2025-02-28 11:40:57 +01:00
parent 294389980b
commit e078a1023a
8 changed files with 23 additions and 15 deletions
+18
View File
@@ -0,0 +1,18 @@
//
// Created by k0rb4k on 30/03/2021.
//
#ifndef QOTD_QUOTE_H
#define QOTD_QUOTE_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void getRandomQuote(char quote[2048]);
void getQuote(long line, char quote[2048]);
int getFileLineCount(char *filename);
#endif // QOTD_QUOTE_H