Ignore:
File:
1 edited

Legend:

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

    rb192915a r8e3bc063  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2016 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 */
    46 int *dl_public_ptr_var = &dl_public_var;
    4745/** Public uninitialized variable */
    4846int dl_public_uvar;
Note: See TracChangeset for help on using the changeset viewer.