mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Render examples.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
// A reader for the Windows `PE` executable format for debug purposes.
|
||||
package debug_pe
|
||||
@@ -1,3 +1,4 @@
|
||||
// A reader for the Windows `PE` executable format for debug purposes.
|
||||
package debug_pe
|
||||
|
||||
PE_SIGNATURE_OFFSET_INDEX_POS :: 0x3c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Stack trace library. Only works when debug symbols are enabled using `-debug`.
|
||||
package debug_trace
|
||||
/*
|
||||
Stack trace library. Only works when debug symbols are enabled using `-debug`.
|
||||
|
||||
Example:
|
||||
import "base:runtime"
|
||||
import "core:debug/trace"
|
||||
@@ -47,4 +47,5 @@ Example:
|
||||
...
|
||||
}
|
||||
|
||||
*/
|
||||
*/
|
||||
package debug_trace
|
||||
Reference in New Issue
Block a user