OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [debug2_pkg.ads] - Rev 696

Compare with Previous | Blame | View Log

package Debug2_Pkg is
 
    type String_Ptr is access all String;
 
    function To_Heap return String_Ptr;
 
    type String_List(Chars_Length: Positive) is private;
 
    type String_List_Ptr is access constant String_List;
 
    function Singleton return String_List;
 
private
 
    type String_List(Chars_Length: Positive) is record
        Chars: String(1..Chars_Length);
    end record;
 
end Debug2_Pkg;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.