aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijunlong <lijunlong@openresty.com>2024-06-11 09:44:50 +0800
committerlijunlong <lijunlong@openresty.com>2024-08-01 09:23:44 +0800
commitb0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf (patch)
tree14e5ba43cd119bec540d9c313f0d133d2e7a9d35
parent42ee52e79e277c496d8103618c811c6eb8f4f586 (diff)
downloadlua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.tar.gz
lua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.tar.bz2
lua-cjson-b0b4c58df8fba8f7ea36c69bbdb517f9732b1bcf.zip
doc: add comment for dtoa.c.
-rw-r--r--dtoa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dtoa.c b/dtoa.c
index 33fd6f0..19a0cae 100644
--- a/dtoa.c
+++ b/dtoa.c
@@ -1,3 +1,7 @@
1/* The code comes from https://portal.ampl.com/~dmg/netlib/fp/dtoa.c
2 * Go to https://portal.ampl.com/~dmg/netlib/fp/changes for the detailed changes.
3 */
4
1/**************************************************************** 5/****************************************************************
2 * 6 *
3 * The author of this software is David M. Gay. 7 * The author of this software is David M. Gay.