cctools
string_array.h
Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2011- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef STRING_ARRAY_H
00008 #define STRING_ARRAY_H
00009 
00020 char **string_array_new (void);
00021 
00027 char **string_array_append (char **oarray, char *str);
00028 
00029 #endif /* STRING_ARRAY_H */