Changeset 03b2b2c in mainline for uspace/app/bithenge/linux/os.h


Ignore:
Timestamp:
2012-06-24T17:32:30Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d1a8fd
Parents:
da0fef6
Message:

Bithenge: add working but useless script parser.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/linux/os.h

    rda0fef6 r03b2b2c  
    8585}
    8686
     87static inline char *str_ndup(const char *s, size_t max_len)
     88{
     89        return strndup(s, max_len);
     90}
     91
    8792static inline const char *str_error(int e)
    8893{
Note: See TracChangeset for help on using the changeset viewer.