opener.c: Open URLs in C (Cross-Platform)
Using Clib
$ clib install abranhe/opener.c
#include "opener.h"
int main()
{
opener("https://abranhe.com");
return 0;
}
Run example
$ make run-example
Open a URL on the default browser.
link
: The url you whish to open
Carlos Abraham |
MIT License © Carlos Abraham