Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

libmx

Own realization of some useful functions in C.

There is more than 60 functions, some basic functions from standard C library (strdup, realloc etc.) and additional functions (strjoin, create_list etc.) that make using C more comfortable.

To compile them all and use as a library:

  1. gcc -c *.c - creating object files
  2. ar rcs libmx.a *.o - creating static library
  3. gcc your_file.c libmx.a - compiling your file with this lib

About

Own realization of some useful functions in C.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages