Changeset 54a6ff6 in mainline for uspace/lib/libc/include/string.h


Ignore:
Timestamp:
2009-05-08T11:26:00Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14040e5
Parents:
046f342
Message:

Fix doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/string.h

    r046f342 r54a6ff6  
    4343#define U_BOM          0xfeff
    4444
    45 /**< No size limit constant */
     45/** No size limit constant */
    4646#define STR_NO_LIMIT  ((size_t) -1)
    4747
    48 /**< Maximum size of a string containing @c length characters */
     48/** Maximum size of a string containing @c length characters */
    4949#define STR_BOUNDS(length)  ((length) << 2)
    5050
Note: See TracChangeset for help on using the changeset viewer.