Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

🪶 A simple string.h implementation and sprintf & sscanf working with all flags & specifiers. (School 42)

License

Notifications You must be signed in to change notification settings

bezlant/s21_strings

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Processing Library

Table of contents

Introduction

Implementation of libc string.h functions with some additions, including sscanf and ssprintf with all specifiers and flags. Fully covered with unit-tests under TDD approach.

Goals

  • Become familiar with string handling in C
  • Learning to work with functions with variable number arguments (stdarg.h)
  • Following structured programming principles
  • Unit test coverage & test driven development
  • Teamwork & Communications (Trello)

Build

$ git clone https://github.com/bezlant/s21_strings
$ cd s21_strings/src/
$ make 

Tests

  • Unit tests are implemented using Check & coverage report with LCOV

Tests & Coverage

Credits

About

🪶 A simple string.h implementation and sprintf & sscanf working with all flags & specifiers. (School 42)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.