2017-09-14 19:11:35 +02:00
|
|
|
// Copyright 2017 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2018-01-09 02:23:08 +01:00
|
|
|
#include <string.h>
|
2017-09-14 19:11:35 +02:00
|
|
|
|
2018-01-09 02:23:08 +01:00
|
|
|
#include "_cgo_export.h"
|
|
|
|
|
|
|
|
int CheckIssue6907C(_GoString_ s) {
|
|
|
|
return CheckIssue6907Go(s);
|
|
|
|
}
|