svex

tsv explorer
git clone git://nsmpr.xyz/svex.git
Log | Files | Refs | README

commit 6a192e10bbe983e238f9be72fe747da6d9b5c5d3
parent e68f375d310745b6740e259f0dee3d28812a695c
Author: zavok <an2qzavok@gmail.com>
Date:   Sat, 16 May 2020 11:17:56 +0300

latest

Diffstat:
Msvex.c | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/svex.c b/svex.c @@ -21,6 +21,7 @@ void load(void); int parseaddr(char*, long*); char* getrow(long); int printrow(long); +void edit(); void usage (void) @@ -65,6 +66,14 @@ main (int argc, char *argv[]) return 0; } +void +edit(void) +{ + for (;;) { + + } +} + int parseaddr(char *buf, long *addr) {