go-php/src/php5/_engine.c

8 lines
256 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 int _engine_ub_write(const char *str, uint len) {
return engine_ub_write(str, len);
}