Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/dltest/dltest.c

    r8e3bc063 rb192915a  
    11/*
    2  * Copyright (c) 2016 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4343/** Public initialized variable */
    4444int dl_public_var = dl_public_var_val;
     45/** Public variable initialized with the address of a symbol */
     46int *dl_public_ptr_var = &dl_public_var;
    4547/** Public uninitialized variable */
    4648int dl_public_uvar;
Note: See TracChangeset for help on using the changeset viewer.