Changeset b192915a in mainline for uspace/lib/dltest/dltest.c
- Timestamp:
- 2024-05-29T18:11:25Z (9 months ago)
- Branches:
- master
- Children:
- c576800
- Parents:
- 9b95b964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/dltest/dltest.c
r9b95b964 rb192915a 1 1 /* 2 * Copyright (c) 20 16Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 43 43 /** Public initialized variable */ 44 44 int dl_public_var = dl_public_var_val; 45 /** Public variable initialized with the address of a symbol */ 46 int *dl_public_ptr_var = &dl_public_var; 45 47 /** Public uninitialized variable */ 46 48 int dl_public_uvar;
Note:
See TracChangeset
for help on using the changeset viewer.