Changes in uspace/lib/c/generic/uuid.c [582a0b8:cde999a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/uuid.c
r582a0b8 rcde999a 43 43 * 44 44 * @param uuid Place to store generated UUID 45 * @return EOK on success or negativeerror code45 * @return EOK on success or an error code 46 46 */ 47 47 int uuid_generate(uuid_t *uuid) … … 100 100 * @param endptr Place to store pointer to end of UUID or @c NULL 101 101 * 102 * @return EOK on success or negativeerror code102 * @return EOK on success or an error code 103 103 */ 104 104 int uuid_parse(const char *str, uuid_t *uuid, const char **endptr)
Note:
See TracChangeset
for help on using the changeset viewer.