comparison src/dmgrowbuf.c @ 2297:39b4e06785f5

Bump copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Jul 2019 10:51:02 +0300
parents 732fa926a5ef
children b5abfff07ca9
comparison
equal deleted inserted replaced
2296:732fa926a5ef 2297:39b4e06785f5
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Growable buffer implementation 3 * -- Growable buffer implementation
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2018 Tecnic Software productions (TNSP) 5 * (C) Copyright 2018-2019 Tecnic Software productions (TNSP)
6 */ 6 */
7 #include "dmgrowbuf.h" 7 #include "dmgrowbuf.h"
8 8
9 //#define DM_GROWBUF_DEBUG 1 9 //#define DM_GROWBUF_DEBUG 1
10 10