Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

iotaledger/ccurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccurl

C port of the Curl library

Usage

  • To Compile

mkdir build && cd build && cmake .. && cd .. && make -C build

Include the header files found in src/.

In order to run automated tests, you must have BCUnit installed.