home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / proto / String.h < prev    next >
Encoding:
Text File  |  1991-04-28  |  294 b   |  9 lines

  1.  
  2. void UStrcpy(char *dst, char *src);
  3. BOOL BuildPrintStrings(struct BrowserWindow *);
  4. void BuildPrintString(struct BrowserWindow *, struct ScrollEntry *);
  5. void FreePrintStrings(struct BrowserWindow *);
  6. void Date2String(struct DateStamp *, char *);
  7. BOOL String2Date(char *, struct DateStamp *);
  8.  
  9.