Changeset 1d2f85e in mainline for uspace/lib/c/include/str.h


Ignore:
Timestamp:
2019-02-05T18:26:54Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Parents:
08e103d4
Message:

Change documentation of <str.h> functions to use unambiguous terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/str.h

    r08e103d4 r1d2f85e  
    5555#define STR_NO_LIMIT  ((size_t) -1)
    5656
    57 /** Maximum size of a string containing @c length characters */
     57/** Maximum size of a string containing @c length code points */
    5858#define STR_BOUNDS(length)  ((length) << 2)
    5959
Note: See TracChangeset for help on using the changeset viewer.