comparison th_string.h @ 448:57a3472131fd

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Oct 2017 21:47:30 +0300
parents 1d2d214ac433
children db45d6d2e576
comparison
equal deleted inserted replaced
447:6776928afca1 448:57a3472131fd
81 int ipos; ///< Signed position 81 int ipos; ///< Signed position
82 void *data; ///< Pointer to other data (for example a FILE pointer) 82 void *data; ///< Pointer to other data (for example a FILE pointer)
83 } th_vprintf_ctx; 83 } th_vprintf_ctx;
84 84
85 85
86 /** @def putch() helper function typedef for pnternal printf() implementation 86 /** @def putch() helper function typedef for internal printf() implementation
87 */ 87 */
88 typedef int (*th_vprintf_putch)(th_vprintf_ctx *ctx, const char ch); 88 typedef int (*th_vprintf_putch)(th_vprintf_ctx *ctx, const char ch);
89 89
90 90
91 /* Normal NUL-terminated string functions 91 /* Normal NUL-terminated string functions