pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/str.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/str.h
Date: Fri, 11 Mar 2005 20:08:35 -0500

Index: pspp/src/str.h
diff -u pspp/src/str.h:1.7 pspp/src/str.h:1.8
--- pspp/src/str.h:1.7  Tue Mar  1 08:16:16 2005
+++ pspp/src/str.h      Sat Mar 12 01:08:33 2005
@@ -126,6 +126,8 @@
 void st_bare_pad_copy (char *dest, const char *src, size_t n);
 void st_bare_pad_len_copy (char *dest, const char *src, size_t n, size_t len);
 void st_pad_copy (char *dest, const char *src, size_t n);
+void st_trim_copy (char *dest, const char *src, size_t n);
+void st_uppercase (char *);
 
 /* Fixed-length strings. */
 struct fixed_string 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]