Update author

This commit is contained in:
Mohammed YMIK 2020-06-12 16:13:32 +01:00 committed by GitHub
parent 18c677d6a5
commit f0b872e979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/**
* \file
* \brief Recoding the original atoi function in stdlib.h
* \author [Krishna Vedala](https://github.com/kvedala)
* \author [Medymik](https://github.com/medymik)
*
* The function convert a string passed to an integer
*/