mirror of
https://git.k0rb4k.net/K0RB4K/qotd.git
synced 2026-09-26 13:21:01 +00:00
added test client
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
//
|
||||
// Created by k0rb4k on 30/03/2021.
|
||||
//
|
||||
|
||||
#ifndef QOTD_QUOTE_H
|
||||
#define QOTD_QUOTE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <bits/types/FILE.h>
|
||||
#include <bits/types/struct_FILE.h>
|
||||
|
||||
void getRandomQuote(char quote[1024]);
|
||||
|
||||
void getQuote(int line, char quote[1024]);
|
||||
|
||||
#endif //QOTD_QUOTE_H
|
||||
Reference in New Issue
Block a user