Changeset 9553d7d in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2011-06-21T13:11:21Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d0d637
Parents:
4372b49
Message:

Implement str_to_utf16 function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    r4372b49 r9553d7d  
    141141extern size_t fat_lfn_copy_entry(const fat_dentry_t *, uint16_t *, size_t *);
    142142extern int utf16_to_str(char *, size_t, const uint16_t *);
     143extern int str_to_utf16(uint16_t *, size_t, const char *);
    143144
    144145
Note: See TracChangeset for help on using the changeset viewer.