mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
cleanup
This commit is contained in:
@@ -40,4 +40,4 @@ va_copy :: #force_inline proc(dst, src: ^va_list) {
|
||||
// in Odin which take variable arguments the C way. The #c_vararg attribute only
|
||||
// exists for foreign imports. That being said, being able to copy a va_list,
|
||||
// as well as start and end one is necessary in some functions, the va_list
|
||||
// taking functions in libc as an example.
|
||||
// taking functions in libc as an example.
|
||||
|
||||
Reference in New Issue
Block a user