summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/docbytex/win.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-09 22:02:03 +0000
committerKarl Berry <karl@freefriends.org>2014-05-09 22:02:03 +0000
commita4891ad9599b8379a84905c95d032860554335f9 (patch)
tree9efb768853e370966544f5b1d0f650dfede872ec /Master/texmf-dist/doc/generic/docbytex/win.c
parent3718baf0c743e1846d48839f867ad5924e79c8a3 (diff)
docbytex (9may14)
git-svn-id: svn://tug.org/texlive/trunk@33943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/docbytex/win.c')
-rw-r--r--Master/texmf-dist/doc/generic/docbytex/win.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/docbytex/win.c b/Master/texmf-dist/doc/generic/docbytex/win.c
new file mode 100644
index 00000000000..edf1c81f869
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/docbytex/win.c
@@ -0,0 +1,8 @@
+//: uzasne_wokno
+
+win uzasne_wokno ()
+{
+ win navrat;
+ ...
+ return navrat;
+}