mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add some notes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@494 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ea3eb1950b
commit
f79f8f4117
@ -116,6 +116,10 @@ char * xaccPrintAmount (double val, short shrs)
|
||||
* *
|
||||
* Args: str -- pointer to string rep of sum *
|
||||
* Return: double -- the parsed amount *
|
||||
*
|
||||
* Note: be careful changing this algorithm. The Quicken-file-format
|
||||
* parser depends a lot on the ability of this routine to do what it's
|
||||
* doing. Don't break it!
|
||||
\********************************************************************/
|
||||
|
||||
double xaccParseUSAmount (char * str)
|
||||
|
Loading…
Reference in New Issue
Block a user