Ignore:
Timestamp:
May 22, 2003, 6:54:23 PM (23 years ago)
Author:
bird
Message:

Branding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxexp/emxexp.c

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r221 r222  
    3232
    3333#define VERSION "0.9d"
     34
    3435
    3536struct bss_list
     
    7475{
    7576  void *p;
    76  
     77
    7778  p = malloc (n);
    7879  if (p == NULL)
     
    8990{
    9091  void *p;
    91  
     92
    9293  p = realloc (ptr, n);
    9394  if (p == NULL)
     
    101102static void usage (void)
    102103{
    103   fputs ("emxexp " VERSION " -- Copyright (c) 1993-1995 by Eberhard Mattes\n\n"
     104  fputs ("emxexp " VERSION " -- Copyright (c) 1993-1995 by Eberhard Mattes\n\n"
    104105         "Usage: emxexp [-n] [-u] [-o[<ordinal>] <input_file>...\n\n"
    105106         "Options:\n"
Note: See TracChangeset for help on using the changeset viewer.