summaryrefslogtreecommitdiff
path: root/macros/generic/docbytex/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/docbytex/win.c')
-rw-r--r--macros/generic/docbytex/win.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/generic/docbytex/win.c b/macros/generic/docbytex/win.c
new file mode 100644
index 0000000000..edf1c81f86
--- /dev/null
+++ b/macros/generic/docbytex/win.c
@@ -0,0 +1,8 @@
+//: uzasne_wokno
+
+win uzasne_wokno ()
+{
+ win navrat;
+ ...
+ return navrat;
+}