aboutsummaryrefslogtreecommitdiff
path: root/ports/tinyexpr/exports.def
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-10-09 15:41:42 +0800
committerGitHub <noreply@github.com>2020-10-09 00:41:42 -0700
commitdf9c8e260e66713dcf768630cd434caf2c29bbff (patch)
treed40ebc609bb9dfefe2332beb78f252e62734eeb2 /ports/tinyexpr/exports.def
parent95c0643813ad529c0fc1be8d66517b25ab131dd5 (diff)
downloadvcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.tar.gz
vcpkg-df9c8e260e66713dcf768630cd434caf2c29bbff.zip
[tinyexpr] Add new port (#13729)
Diffstat (limited to 'ports/tinyexpr/exports.def')
-rw-r--r--ports/tinyexpr/exports.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/tinyexpr/exports.def b/ports/tinyexpr/exports.def
new file mode 100644
index 000000000..a43f437d2
--- /dev/null
+++ b/ports/tinyexpr/exports.def
@@ -0,0 +1,6 @@
+EXPORTS
+ te_compile
+ te_eval
+ te_free
+ te_interp
+ te_print