Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

😮 Ooooo, Open URLs in C

License

NotificationsYou must be signed in to change notification settings

abranhe/opener.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



opener.c: Open URLs in C (Cross-Platform)



Installation

UsingClib

$ clib install abranhe/opener.c

Usage

#include"opener.h"intmain(){opener("https://abranhe.com");return0;}
$ make run-example

API

int opener(const char *link);

Open a URL on the default browser.

Params:
  • link: The url you whish to open

Related

  • opener: CLI tool written in C for this package.
  • os.c: C library to know your operating system.

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License ©Carlos Abraham


[8]ページ先頭

©2009-2025 Movatter.jp