comparison port/strsep.c @ 98:b1a084c030c8

Happy new year
author David Demelier <markand@malikania.fr>
date Fri, 13 Jan 2012 19:43:02 +0100
parents ad60e5ebd92c
children
comparison
equal deleted inserted replaced
97:0321fc3c0972 98:b1a084c030c8
1 /* 1 /*
2 * strsep.c -- separate a string by delimiters 2 * strsep.c -- separate a string by delimiters
3 * 3 *
4 * Copyright (c) 2011, David Demelier <markand@malikania.fr> 4 * Copyright (c) 2011, 2012, David Demelier <markand@malikania.fr>
5 * 5 *
6 * Permission to use, copy, modify, and/or distribute this software for any 6 * Permission to use, copy, modify, and/or distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies. 8 * copyright notice and this permission notice appear in all copies.
9 * 9 *