;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
;; Keywords: CSV, table, database
-;; This file is a part of Tomoyo Utilities.
+;; This file is a part of Tomoyo-Tools.
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
(if (> (length string) 0)
string))))
+;;;###autoload
(defun csv-parse-string (string)
(let (ret dest)
(while (and string