Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

aniced/libanib

Repository files navigation

libanib — Library Aniced β

The bedrock for Aniced console applications.

This library provides some basic platform API wrappers, including functions for these operations:

  • directory inquiry
  • console coloring

Installation

  1. Compile everything.c into a shared library. Any of these will work:

    # Windows
    gcc -shared -o libanib.dll everything.c
    cl /LD /Felibanib.dll everything.c
    # POSIX
    gcc -shared -o libanib everything.c
    clang -shared -o libanib everything.c
  2. Move libanib.so or libanib.dll to somewhere in your $PATH (or %PATH%).

  3. Put anib.h where you put C headers.

About

‘Library Aniced β’

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /