issue6907export_c.c 274 B

1234567891011
  1. // Copyright 2017 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. #include <string.h>
  5. #include "_cgo_export.h"
  6. int CheckIssue6907C(_GoString_ s) {
  7. return CheckIssue6907Go(s);
  8. }