manucabral / cstrlib

String library functions from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cstrlib

A simple string library for C.

Functions

  • cstrlen - Get the length of a string, example here.
  • cstrget - Get a char from a specific position, example here.
  • cstrgetf - Get the first char of a string.
  • cstrcmp - Compare if two strings are equals, example here.
  • cstrcpy - Copy a string to another string, example here.
  • cstrempty - Checks if a string is empty, example here.
  • cstrcr - Replaces a char for another char, example here.

About

String library functions from scratch

License:GNU General Public License v3.0


Languages

Language:C 97.3%Language:Makefile 2.7%