fox-flex / DIY_C_String

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab work 2: DIY C-string


This library can be used for working with strings.

Usage

Firstly make sure that you have C (C99) compiler and CMake VERSION 3.15 or older.

To compile build and get library as .so / .dll / .dylib:

  • UNIX systems
    git clone https://github.com/ucu-cs/lab2_cstring-whatwesholdtodo lib_c_str
    cd lib_c_str
    ./compile.sh
  • Windows & others
    git clone https://github.com/ucu-cs/lab2_cstring-whatwesholdtodo lib_c_str
    cd lib_c_str
    mkdir -p build
    cd build
    cmake -G"Unix Makefiles" ..
    make

Authors:

About


Languages

Language:CMake 54.6%Language:C 42.9%Language:Shell 2.5%