Skip to content

efmsoft/fclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fclib library

This library contains a cross-platform implementation of standard C library functins. The code does not have any external references

How to use

Just include proto.h and call c library functions with _f prefix. For example,

#include <fclib/proto.h>
...
char str[64];
_fstrcpy(str, "Hellp World!");

if (_fstrcmp(str, "bla bla bla") == 0)
{
}

About

c library implementation without an external references

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •