nbos
https://git.tonybtw.com/nbos.git
git://git.tonybtw.com/nbos.git
#ifndef NB_FETCH_H
#define NB_FETCH_H
#include "../include/nbos.h"
#include "error.h"
[[nodiscard]] fetch_error fetch(
const pkg *p,
const char *dest_path);
#endif