Atlas - SDL_visualtest_mischelper.h
Home / ext / SDL2 / visualtest / include Lines: 1 | Size: 582 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/** 2 * \file mischelper.c 3 * 4 * Header with miscellaneous helper functions. 5 */ 6 7#ifndef SDL_visualtest_mischelper_h_ 8#define SDL_visualtest_mischelper_h_ 9 10/* Set up for C function definitions, even when using C++ */ 11#ifdef __cplusplus 12extern "C" { 13#endif 14 15/** 16 * Stores a 32 digit hexadecimal string representing the MD5 hash of the 17 * string \c str in \c hash. 18 */ 19void SDLVisualTest_HashString(char* str, char hash[33]); 20 21/* Ends C function definitions when using C++ */ 22#ifdef __cplusplus 23} 24#endif 25 26#endif /* SDL_visualtest_mischelper_h_ */ 27 28/* vi: set ts=4 sw=4 expandtab: */ 29[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.