Changeset 5ea6fea for util.c


Ignore:
Timestamp:
Jun 10, 2003, 9:44:07 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
65e3901
Parents:
b97fce8
Message:
Made the oneline format a little more compact and
  stripped off local zephyr realsm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • util.c

    rb2b0773 r5ea6fea  
    397397}
    398398
     399/* the caller must free the return */
    399400char *short_zuser(char *in) {
    400   /* the caller must free the return */
    401401  char *out, *ptr;
    402402
     
    411411}
    412412
    413 
     413/* the caller must free the return */
    414414char *long_zuser(char *in) {
    415   /* the caller must free the return */
    416415  char *ptr;
    417416
Note: See TracChangeset for help on using the changeset viewer.