From: Rusty Russell Date: Tue, 18 Jan 2011 00:44:46 +0000 (+1030) Subject: strsplit: remove nump argument X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=100444225380d3f5ca29424ea54703d308c7c651;hp=100444225380d3f5ca29424ea54703d308c7c651 strsplit: remove nump argument You can use talloc_array_length() to get the length of a tallocated array. ---