Changeset 04e520e in mainline for uspace/lib/futil/include/futil.h
- Timestamp:
- 2024-07-24T10:33:58Z (6 months ago)
- Branches:
- master
- Children:
- 3d2d455b, 53bff11, ddfe233
- Parents:
- 145d4e2e
- git-author:
- Jiri Svoboda <jiri@…> (2024-07-23 17:33:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-07-24 10:33:58)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/futil/include/futil.h
r145d4e2e r04e520e 1 1 /* 2 * Copyright (c) 20 14 Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup sysinst29 /** @addtogroup futil 30 30 * @{ 31 31 */ … … 38 38 #define FUTIL_H 39 39 40 #include <ipc/loc.h>41 40 #include <stddef.h> 42 41
Note:
See TracChangeset
for help on using the changeset viewer.