From 221a9efcfe8a7ae15b7e982c2a2b41172719f8d1 Mon Sep 17 00:00:00 2001 From: Michal Klos Date: Mon, 11 Nov 2019 14:21:41 +0100 Subject: [PATCH] added credits according to contributor guide --- stb_include.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stb_include.h b/stb_include.h index 5d18764..2772936 100644 --- a/stb_include.h +++ b/stb_include.h @@ -26,6 +26,13 @@ // stdio.h FILE, fopen, fclose, fseek, ftell // stdlib.h malloc, realloc, free // string.h strcpy, strncmp, memcpy +// +// Credits: +// +// Written by Sean Barrett. +// +// Fixes: +// Michal Klos #ifndef STB_INCLUDE_STB_INCLUDE_H #define STB_INCLUDE_STB_INCLUDE_H