Mercurial > minori
comparison dep/animia/README.md @ 62:4c6dd5999b39
*: update
1. updated animia
2. use widestrings for filesystem on Windows
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:16:06 -0400 |
parents | 6ff7aabeb9d7 |
children | 69db40272acd |
comparison
equal
deleted
inserted
replaced
61:327568ad9be9 | 62:4c6dd5999b39 |
---|---|
1 # Animia | 1 # Animia |
2 Animia is a wrapper around Linux's `/proc` and BSD's system calls. | 2 Animia is a cross-platform library for getting a list of open read-only files from a PID (or, an entire list of open files, in an std::unordered_map). |
3 Its primary purpose is to provide a map of PIDs and a list of opened files to the user. | 3 |
4 ## Usage | |
5 Check the `test/` directory for a simple usage example. |