FDOS/label

Thoughts about moving prf.c to separate submodule

andrewbird opened this issue · 3 comments

I see that many FDOS projects (choice, label, mem, more, xcopy etc) use a minimal printf replacement called prf.c and there are also others like move and sort that could use it too. I'm thinking it would be a good idea to split this out into a submodule to make it more maintainable just like we did with kitten. Do you think that's a good idea? If so I'd like to use the version from here as it has the tweaks necessary to compile with ia16gcc, shall I call it tnyprntf?

I'm converting the following repos, and have pushed as indicated by the tick.

  • choice
  • fc
  • find
  • label
  • more
  • move
  • sort
  • xcopy

Sounds good to me

Great, thanks. I'll work on that now.

Perhaps you could move this issue to FDOS/tnyprntf as it doesn't really belong here?