added credits according to contributor guide

This commit is contained in:
Michal Klos 2019-11-11 14:21:41 +01:00
parent cdf3ef1536
commit 221a9efcfe

View File

@ -26,6 +26,13 @@
// stdio.h FILE, fopen, fclose, fseek, ftell // stdio.h FILE, fopen, fclose, fseek, ftell
// stdlib.h malloc, realloc, free // stdlib.h malloc, realloc, free
// string.h strcpy, strncmp, memcpy // string.h strcpy, strncmp, memcpy
//
// Credits:
//
// Written by Sean Barrett.
//
// Fixes:
// Michal Klos
#ifndef STB_INCLUDE_STB_INCLUDE_H #ifndef STB_INCLUDE_STB_INCLUDE_H
#define STB_INCLUDE_STB_INCLUDE_H #define STB_INCLUDE_STB_INCLUDE_H