๐ŸŽ€ Toy Gemini Client Written in C99
cli retro gemini gemtext terminal tls lightweight minimal c99 gemini-protocol
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt(include): move pragmas

Fuwn 0560bb2f 8186f33f

-7
-1
include/viv/cli.h
··· 3 3 4 4 #ifndef VIV_CLI_H 5 5 #define VIV_CLI_H 6 - 7 6 #pragma once 8 7 9 8 #include <stdio.h>
-1
include/viv/dynamic_array.h
··· 2 2 3 3 #ifndef VIV_DYNAMIC_ARRAY_H 4 4 #define VIV_DYNAMIC_ARRAY_H 5 - 6 5 #pragma once 7 6 8 7 typedef struct {
-1
include/viv/gemini.h
··· 3 3 4 4 #ifndef VIV_GEMINI_H 5 5 #define VIV_GEMINI_H 6 - 7 6 #pragma once 8 7 9 8 static const int GEMINI_port = 1965;
-1
include/viv/log.h
··· 3 3 4 4 #ifndef VIV_LOG_H 5 5 #define VIV_LOG_H 6 - 7 6 #pragma once 8 7 9 8 #define KNRM "\x1B[0m"
-1
include/viv/ssl.h
··· 3 3 4 4 #ifndef VIV_SSL_H 5 5 #define VIV_SSL_H 6 - 7 6 #pragma once 8 7 9 8 /* https://stackoverflow.com/a/11405862/14452787 */
-1
include/viv/ui.h
··· 3 3 4 4 #ifndef VIV_UI_H 5 5 #define VIV_UI_H 6 - 7 6 #pragma once 8 7 9 8 #include <curses.h>
-1
include/viv/viv.h
··· 3 3 4 4 #ifndef VIV_VIV_H 5 5 #define VIV_VIV_H 6 - 7 6 #pragma once 8 7 9 8 typedef void(*split_fn)(const char *, int, void *);