Skip to content

Commit

Permalink
updated README and deleted old build files
Browse files Browse the repository at this point in the history
  • Loading branch information
likle committed Feb 2, 2024
1 parent 08dade6 commit 0f36c7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
29 changes: 0 additions & 29 deletions .appveyor.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

# libcwalk - path library for C/C++
This is a lighweight C path manipulation library. It is currently compiled and
tested under **Windows**, **MacOS** and **Linux**. It supports UNIX and Windows
tested under **Linux**, **FreeBSD**, **Windows** and **MacOS**. It supports UNIX and Windows
path styles on all platforms.

## Features
Please have a look at the
**[reference](https://likle.github.io/cwalk/reference/)** for detailed
information. Some features this library includes:

* **cross-platform** on windows, linux and macOS
* **cross-platform** on Linux, FreeBSD, Windows and MacOS
* **simple interface** - just one header
* **combine paths** together
* **basename, dirname and extension** parsing
Expand Down

0 comments on commit 0f36c7e

Please sign in to comment.