comparison src/dmgrowbuf.c @ 2361:c801995cbb13

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 10:59:36 +0200
parents b5abfff07ca9
children 69a5af2eb1ea
comparison
equal deleted inserted replaced
2360:8f015ef431a3 2361:c801995cbb13
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-2019 Tecnic Software productions (TNSP) 5 * (C) Copyright 2018-2020 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