summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-01-16 16:16:14 +0100
committerSven Verdoolaege <skimo@kotnet.org>2010-01-25 17:45:12 +0100
commitb7518ecbc0888acc60f7d797a61e47a8697a5b81 (patch)
tree7598ea2518e042c8fe3e9f70f825f59d5eaf28f9 /doc
parent5781fa45d4c0b1b0742e07e05ec419f4ca638c86 (diff)
downloadisl-b7518ecbc0888acc60f7d797a61e47a8697a5b81.tar.gz
isl-b7518ecbc0888acc60f7d797a61e47a8697a5b81.tar.bz2
isl-b7518ecbc0888acc60f7d797a61e47a8697a5b81.zip
export isl_basic_map_read_from_str
Diffstat (limited to 'doc')
-rw-r--r--doc/user.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user.pod b/doc/user.pod
index d780e1f7..d0d59095 100644
--- a/doc/user.pod
+++ b/doc/user.pod
@@ -386,6 +386,8 @@ to foreign file formats.
#include <isl_map.h>
__isl_give isl_basic_map *isl_basic_map_read_from_file(
isl_ctx *ctx, FILE *input, unsigned nparam);
+ __isl_give isl_basic_map *isl_basic_map_read_from_str(
+ isl_ctx *ctx, const char *str, unsigned nparam);
The input may be either in C<PolyLib> format or in an
C<Omega>-like format.