Changeset aed3e6a in mainline for uspace/srv/devman/util.h


Ignore:
Timestamp:
2016-12-11T15:48:12Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df01d303
Parents:
e53794c
Message:

Allow # comments in match files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/util.h

    re53794c raed3e6a  
    4242
    4343extern bool skip_spaces(char **);
     44extern void skip_line(char **);
    4445extern size_t get_nonspace_len(const char *);
    4546extern void replace_char(char *, char, char);
Note: See TracChangeset for help on using the changeset viewer.