KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pmk_string
★ 10
Open GitHub ↗
A simple string library in C
Download README (.md)
Explore Similar Repositories
cyberfiction-frontend
:
A front-end website displaying 3D animation on scroll trigger
CARL
:
Classical Action Recognition Library
Simple-Life-Portfolio
:
A Developer blog on minimalism and the way to lead a happy life
Ridge_Regression_Implementation
:
Ridge Regression Implementation on housing excel csv Dataset
update-my-spotify-playlist
:
Automatically update your Spotify playlist with favorite tracks of your favorite artists and genres
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pmk_string
?
Download (.md)
# String Library This library is meant to be an extremely simple and easy-to-use string library for C programs. It consists of only one file, `pmk_string.h` which should compile with GCC, clang, and MSVC. For more detailed documentation, refer to the opening comments in `pmk_string.h`. For example usage, see `examples.c` To compile and run the examples under Linux: ``` make run ``` Or on Windows using MSVC: ``` build ```