source:
trunk/submodules/xc_disassembler.h
@
993
| Last change on this file since 993 was 993, checked in by moo, 10 months ago | |
|---|---|
|
|
| File size: 208 bytes | |
| Line | |
|---|---|
| 1 | #include "php.h" |
| 2 | |
| 3 | PHP_FUNCTION(xcache_dasm_file); |
| 4 | PHP_FUNCTION(xcache_dasm_string); |
| 5 | #define XCACHE_DISASSEMBLER_FUNCTIONS() \ |
| 6 | PHP_FE(xcache_dasm_file, NULL) \ |
| 7 | PHP_FE(xcache_dasm_string, NULL) |
Note: See TracBrowser
for help on using the repository browser.

