[geany/geany] 20be6c: c: Add missing size_t type to the C99 tag file
Colomban Wendling
git-noreply at xxxxx
Wed Dec 24 18:09:25 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 24 Dec 2014 18:09:25 UTC
Commit: 20be6c9bb464d958f336cf229f841c9ef7622e97
https://github.com/geany/geany/commit/20be6c9bb464d958f336cf229f841c9ef7622e97
Log Message:
-----------
c: Add missing size_t type to the C99 tag file
Closes #392.
Modified Paths:
--------------
data/c99.tags
Modified: data/c99.tags
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -1358,6 +1358,7 @@ sinh
sinhf�1024�(float __x)�0�float
sinhl�1024�(long double __x)�0�long double
sinl�1024�(long double __x)�0�long double
+size_t�4096�0�__SIZE_TYPE__
snprintf�1024�(char * __s, size_t __maxlen, const char * __format, ...)�0�int
sprintf�1024�(char * __s, const char * __format, ...)�0�int
sqrt�1024�(double __x)�0�double
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list