/[pspp]/pspp/src/str.h
ViewVC logotype

Diff of /pspp/src/str.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by blp, Tue Mar 1 08:16:16 2005 UTC revision 1.8 by blp, Sat Mar 12 01:08:33 2005 UTC
# Line 126  char *st_spaces (int); Line 126  char *st_spaces (int);
126  void st_bare_pad_copy (char *dest, const char *src, size_t n);  void st_bare_pad_copy (char *dest, const char *src, size_t n);
127  void st_bare_pad_len_copy (char *dest, const char *src, size_t n, size_t len);  void st_bare_pad_len_copy (char *dest, const char *src, size_t n, size_t len);
128  void st_pad_copy (char *dest, const char *src, size_t n);  void st_pad_copy (char *dest, const char *src, size_t n);
129    void st_trim_copy (char *dest, const char *src, size_t n);
130    void st_uppercase (char *);
131    
132  /* Fixed-length strings. */  /* Fixed-length strings. */
133  struct fixed_string  struct fixed_string

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26