go-php/include/php5/_engine.h

11 lines
273 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.
#ifndef ___ENGINE_H___
#define ___ENGINE_H___
static int _engine_ub_write(const char *str, uint len);
#endif