Changes in uspace/lib/c/generic/time.c [582a0b8:cde999a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r582a0b8 rcde999a 51 51 #include <loc.h> 52 52 #include <device/clock_dev.h> 53 #include <malloc.h>54 53 #include <thread.h> 55 54 … … 955 954 * @param result Structure to store the result to 956 955 * 957 * @return EOK or a negativeerror code956 * @return EOK or an error code 958 957 * 959 958 */ … … 985 984 * ASCTIME_BUF_LEN bytes long. 986 985 * 987 * @return EOK or a negativeerror code.986 * @return EOK or an error code. 988 987 * 989 988 */ … … 1037 1036 * @param result Structure to store the result to. 1038 1037 * 1039 * @return EOK on success or a negativeerror code.1038 * @return EOK on success or an error code. 1040 1039 * 1041 1040 */ … … 1067 1066 * @param result Structure to store the result to. 1068 1067 * 1069 * @return EOK on success or a negativeerror code.1068 * @return EOK on success or an error code. 1070 1069 * 1071 1070 */ … … 1089 1088 * ASCTIME_BUF_LEN bytes long. 1090 1089 * 1091 * @return EOK on success or a negativeerror code.1090 * @return EOK on success or an error code. 1092 1091 * 1093 1092 */
Note:
See TracChangeset
for help on using the changeset viewer.