aboutsummaryrefslogtreecommitdiff
path: root/core/sys/posix/setjmp_libc.odin
blob: a69dff09fea31f70f03083278ca3464a5595b3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#+build windows, linux, darwin, netbsd, openbsd, freebsd
package posix

import "core:c/libc"

// setjmp.h - stack environment declarations

jmp_buf :: libc.jmp_buf

longjmp :: libc.longjmp
setjmp  :: libc.setjmp