platform: extract git remote url's from config with regex

issue #2
This commit is contained in:
tylen
2024-09-26 21:36:34 +00:00
committed by Vasily Davydov
parent 000740d5c7
commit c8965d86e2
3 changed files with 116 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
#include <stdlib.h>
#define ARRAY_SIZE(arr) (sizeof((arr)) / sizeof((arr)[0]))
typedef struct {
char* data;
size_t size;