Word Unperfect
public
Read
Owner: themaster
Branch: main
Commits: 0
Git CLI clone URL
git clone https://www.xt-emporium.com/git/word-unperfect.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
word-unperfect
/
rev
/
wp_dos_runtime_adapter.c
File editor
#include "wp_dos_runtime_adapter.h" #include <stdio.h> #include <stdlib.h> int __cdecl16near wp_dos_runtime_flush_all_streams(void) { return fflush(NULL); } void __cdecl16near wp_dos_runtime_touch_environment(void) { const char *comspec = getenv("COMSPEC"); const char *path = getenv("PATH"); (void)comspec; (void)path; }
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history