libexpat.go 459 B

123456789101112131415
  1. // Copyright 2023 The libexpat-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 libexpat is a ccgo/v4 version of liexapat.a, a stream-oriented XML
  6. // parser library.
  7. package libexpat // import "modernc.org/libexpat"
  8. import "modernc.org/libc"
  9. func _arc4random_buf(tls *libc.TLS, buf uintptr, n Tsize_t) {
  10. panic(todo(""))
  11. }