1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 08:50:45 +00:00
go-php/value.h

9 lines
109 B
C
Raw Normal View History

#ifndef VALUE_H
#define VALUE_H
/* PHP includes */
#include <zend.h>
void value_destroy(void *val);
#endif