From afd91b5e9c852a899773892bead92e091812be72 Mon Sep 17 00:00:00 2001 From: David Gow Date: Sun, 4 Feb 2024 17:25:21 +0800 Subject: [PATCH] stdinc: Note that these functions match their C runtime equivalents This header basically just consists of C runtime #defines and functions, but with an SDL_ prefix. Note this in the documentation so people don't waste their time reading through things they already understand. --- include/SDL3/SDL_stdinc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index 111b27b098..b7a406a52e 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -22,7 +22,9 @@ /** * \file SDL_stdinc.h * - * This is a general header that includes C language support. + * This is a general header that includes C language support. It implements + * a subset of the C runtime: these should all behave the same way as their + * C runtime equivalents, but with an SDL_ prefix. */ #ifndef SDL_stdinc_h_