This commit is contained in:
Anil Seervi 2020-05-15 18:22:01 +05:30 committed by GitHub
parent f2e431c2b0
commit 3e07e0b01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,13 @@
* "native" formatting, json, arrays, object/structs, functions ...
* %q %U
* Java has a %n flag to print the plattform native newline... in POSIX
* Java has a %n flag to print the platform native newline... in POSIX
that means "number of chars printed so far", though.
* use of Writer and Buffer internally in order to make FPrintf, Printf, etc.
* Use of Writer and Buffer internally in order to make fprintf, printf, etc.
easier and more elegant.
* see "Discussion" in README
* See "Discussion" in README
*scanf , pack,unpack, annotated hex
* error handling, consistantly
* probably rewrite, now that I konw how it's done.
* scanf, pack, unpack, annotated hex
* Error Handling, Consistently.
* Probably Rewrite, now that I know how it's done.