Changeset 5273eb6 in mainline for uspace/lib/posix/string.h


Ignore:
Timestamp:
2011-07-19T00:12:36Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
087c4c56
Parents:
ca1f1ec
Message:

Added comments to string.h functions (no change in functionality).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/string.h

    rca1f1ec r5273eb6  
    3131 * @{
    3232 */
    33 /** @file
     33/** @file String manipulation.
    3434 */
    3535
     
    103103extern size_t posix_strnlen(const char *s, size_t n);
    104104
    105 /* Signal messages */
     105/* Signal Messages */
    106106extern char *posix_strsignal(int signum);
    107107
Note: See TracChangeset for help on using the changeset viewer.