Changeset 1506 for trunk/src/emx/include/dyn-string.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/dyn-string.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* dyn-string.h,v 1.2 2004/09/14 22:27:32 bird Exp */ 2 /** @file 3 * GNU, -liberty. 4 */ 5 1 6 /* An abstract string datatype. 2 7 Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. … … 4 9 5 10 This file is part of GCC. 6 11 7 12 GCC is free software; you can redistribute it and/or modify 8 13 it under the terms of the GNU General Public License as published by … … 88 93 extern int dyn_string_append_cstr PARAMS ((dyn_string_t, const char *)); 89 94 extern int dyn_string_append_char PARAMS ((dyn_string_t, int)); 90 extern int dyn_string_substring PARAMS ((dyn_string_t, 95 extern int dyn_string_substring PARAMS ((dyn_string_t, 91 96 dyn_string_t, int, int)); 92 97 extern int dyn_string_eq PARAMS ((dyn_string_t, dyn_string_t)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.