Changeset 04e520e in mainline for uspace/lib
- Timestamp:
- 2024-07-24T10:33:58Z (18 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)
- Location:
- uspace/lib
- Files:
-
- 2 added
- 1 edited
- 2 moved
-
futil/doc/doxygroups.h (added)
-
futil/include/futil.h (moved) (moved from uspace/app/sysinst/futil.h ) (3 diffs)
-
futil/meson.build (added)
-
futil/src/futil.c (moved) (moved from uspace/app/sysinst/futil.c ) (2 diffs)
-
meson.build (modified) (1 diff)
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 -
uspace/lib/futil/src/futil.c
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 */ 32 /** @file File manipulation utility functions for installer32 /** @file File manipulation utility functions 33 33 */ 34 34 -
uspace/lib/meson.build
r145d4e2e r04e520e 74 74 'fmtutil', 75 75 'fs', 76 'futil', 76 77 'gfx', 77 78 'http',
Note:
See TracChangeset
for help on using the changeset viewer.
