cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
string_array.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2011- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef STRING_ARRAY_H
8
#define STRING_ARRAY_H
9
20
char
**
string_array_new
(
void
);
21
27
char
**
string_array_append
(
char
**oarray,
const
char
*str);
28
29
#endif
/* STRING_ARRAY_H */
string_array_new
char ** string_array_new(void)
Create a new empty string array.
string_array_append
char ** string_array_append(char **oarray, const char *str)
Append str to the string array.
Generated by
1.8.5