Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/mystring.h

    r626 r1198  
    3636
    3737#include <string.h>
     38#include "shinstance.h"
    3839
    3940void scopyn(const char *, char *, int);
    4041int prefix(const char *, const char *);
    41 int number(const char *);
     42int number(shinstance *, const char *);
    4243int is_number(const char *);
    4344
Note: See TracChangeset for help on using the changeset viewer.