Changeset 04e520e in mainline for uspace/lib/futil/src/futil.c
- 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/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
Note:
See TracChangeset
for help on using the changeset viewer.