go-php/src/php7/_engine.c

8 lines
261 B
C

// Copyright 2017 Alexander Palaistras. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.
static size_t _engine_ub_write(const char *str, size_t len) {
return engine_ub_write(str, len);
}