libtcl.go 599 B

123456789101112131415161718192021222324252627
  1. // Copyright 2024 The libtcl9_0-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run generator.go
  5. // Package libtcl9_0 is a ccgo/v4 version the Tool Command Language (Tcl).
  6. package libtcl9_0 // import "modernc.org/libtcl9_0"
  7. import (
  8. "modernc.org/libc"
  9. )
  10. const (
  11. Version = "tcl9.0.1"
  12. )
  13. func ___darwin_check_fd_set(t *libc.TLS, a int32, b uintptr) int32 {
  14. return 1
  15. }
  16. func _mkdtemp(tls *libc.TLS, template uintptr) (r uintptr) {
  17. panic(todo(""))
  18. }
  19. func ___ccgo_notrap(tls *libc.TLS) {
  20. }