Changeset 0580615 in buchla-68k for libcio/filname.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filname.c

    r46d8069 r0580615  
    2020*/
    2121
    22 char *
    23 FilName(s, p)
    24 register char *s, *p;
     22char *FilName(char *s, char *p)
    2523{
    2624        register char   *tp;
     
    6159*/
    6260
    63 char *
    64 FilExt(s, p)
    65 register char *s, *p;
     61char *FilExt(char *s, char *p)
    6662{
    6763        register char c, *tp;
Note: See TracChangeset for help on using the changeset viewer.