-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
69 lines (68 loc) · 6.73 KB
/
library.json
File metadata and controls
69 lines (68 loc) · 6.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{"library_functions":{
"strcmp":{"return":"int","argument_types":["char*", "char*"],"argument_annotations":[2, 2]},
"strlen":{"return":"size_t","argument_types":["char*"],"argument_annotations":[2]},
"stpcpy":{"return":"char*","argument_types":["char*", "char*"],"argument_annotations":[0, 2]},
"strcpy":{"return":"char*","argument_types":["char*", "char*"],"argument_annotations":[2, 2]},
"strncat":{"return":"char*","argument_types":["char*", "char*", "size_t"],"argument_annotations":[2, 2, 1]},
"strncmp":{"return":"int","argument_types":["char*", "char*", "size_t"],"argument_annotations":[2, 2, 1]},
"strncpy":{"return":"char*","argument_types":["char*", "char*", "size_t"],"argument_annotations":[0, 2, 1]},
"strcasecmp":{"return":"int","argument_types":["char*", "char*"],"argument_annotations":[2, 2]},
"strncasecmp":{"return":"int","argument_types":["char*", "char*", "size_t"],"argument_annotations":[2, 2, 1]},
"fopen":{"return":"FILE*","argument_types":["char*", "char*"],"argument_annotations":[2,2]},
"open":{"return":"int","argument_types":["char*", "int"],"argument_annotations":[2, 1]},
"freopen":{"return":"FILE*","argument_types":["char*", "char*", "FILE*"],"argument_annotations":[2,2,1]},
"remove":{"return":"int","argument_types":["char*"],"argument_annotations":[2]},
"rename":{"return":"int","argument_types":["char*", "char*"],"argument_annotations":[2, 2]},
"fputs":{"return":"int","argument_types":["char*", "FILE*"],"argument_annotations":[2, 1]},
"puts":{"return":"int","argument_types":["char*"],"argument_annotations":[2]},
"g_strdup":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strndup":{"return":"gchar*","argument_types":["gchar*", "gsize"],"argument_annotations":[2, 1]},
"g_strdupv":{"return":"gchar**","argument_types":["gchar**"],"argument_annotations":[2]},
"g_stpcpy":{"return":"gchar*","argument_types":["gchar*", "char*"],"argument_annotations":[2, 2]},
"g_strstr_len":{"return":"gchar*","argument_types":["gchar*", "gssize", "gchar*"],"argument_annotations":[2, 1, 2]},
"g_strrstr":{"return":"gchar*","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_strrstr_len":{"return":"gchar*","argument_types":["gchar*", "gssize", "gchar*"],"argument_annotations":[2, 1, 2]},
"g_str_has_prefix":{"return":"gboolean","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_str_has_suffix":{"return":"gboolean","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_strcmp0":{"return":"int","argument_types":["char*", "char*"],"argument_annotations":[2, 2]},
"g_str_to_ascii":{"return":"gchar*","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_str_tokenize_and_fold":{"return":"gchar**","argument_types":["gchar*", "gchar*", "gchar***"],"argument_annotations":[2, 2, 2]},
"g_str_match_string":{"return":"gboolean","argument_types":["gchar*", "gchar*", "gboolean"],"argument_annotations":[2, 2, 1]},
"g_strlcpy":{"return":"gsize","argument_types":["gchar*", "gchar*", "gsize"],"argument_annotations":[2, 2, 1]},
"g_strlcat":{"return":"gsize","argument_types":["gchar*", "gchar*", "gsize"],"argument_annotations":[2, 2, 1]},
"g_strdup_vprintf":{"return":"gchar*","argument_types":["gchar*", "va_list"],"argument_annotations":[2, 0]},
"g_vprintf":{"return":"gint","argument_types":["gchar*", "va_list"],"argument_annotations":[2, 0]},
"g_vfprintf":{"return":"gint","argument_types":["FILE*", "gchar*", "va_list"],"argument_annotations":[1, 2, 0]},
"g_vsprintf":{"return":"gint","argument_types":["gchar*", "gchar*", "va_list"],"argument_annotations":[2, 2, 0]},
"g_vsnprintf":{"return":"gint","argument_types":["gchar*", "gulong", "gchar*", "va_list"],"argument_annotations":[2, 1, 2, 0]},
"g_vasprintf":{"return":"gint","argument_types":["gchar**", "gchar*", "va_list"],"argument_annotations":[2, 2, 0]},
"g_printf_string_upper_bound":{"return":"gsize","argument_types":["gchar*", "va_list"],"argument_annotations":[2, 0]},
"g_str_is_ascii":{"return":"gboolean","argument_types":["gchar*"],"argument_annotations":[2]},
"g_ascii_strcasecmp":{"return":"gint","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_ascii_strncasecmp":{"return":"gint","argument_types":["gchar*", "gchar*", "gssize"],"argument_annotations":[2, 2, 1]},
"g_ascii_strup":{"return":"gchar*","argument_types":["gchar*", "gssize"],"argument_annotations":[2, 1]},
"g_ascii_strdown":{"return":"gchar*","argument_types":["gchar*", "gssize"],"argument_annotations":[2, 1]},
"g_strup":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strdown":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strcasecmp":{"return":"gint","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_strncasecmp":{"return":"gint","argument_types":["gchar*", "gchar*", "guint"],"argument_annotations":[2, 2, 1]},
"g_strreverse":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_ascii_strtoll":{"return":"gint64","argument_types":["gchar*", "gchar**", "guint"],"argument_annotations":[2, 0, 1]},
"g_ascii_strtoull":{"return":"gint64","argument_types":["gchar*", "gchar**", "guint"],"argument_annotations":[2, 0, 1]},
"g_ascii_strtod":{"return":"gint64","argument_types":["gchar*", "gchar**"],"argument_annotations":[2, 0]},
"g_ascii_dtostr":{"return":"gchar*","argument_types":["gchar*", "gint", "gdouble"],"argument_annotations":[2, 1, 1]},
"g_ascii_formatd":{"return":"gchar*","argument_types":["gchar*", "gint", "gchar*", "gdouble"],"argument_annotations":[2, 1, 2, 1]},
"g_strtod":{"return":"gdouble","argument_types":["gchar*", "gchar**"],"argument_annotations":[2, 0]},
"g_strchug":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strchomp":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strdelimit":{"return":"gchar*","argument_types":["gchar*", "gchar*", "gchar"],"argument_annotations":[2, 2, 1]},
"g_strescape":{"return":"gchar*","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_strcompress":{"return":"gchar*","argument_types":["gchar*"],"argument_annotations":[2]},
"g_strcanon":{"return":"gchar*","argument_types":["gchar*", "gchar*", "gchar"],"argument_annotations":[2, 2, 1]},
"g_strsplit":{"return":"gchar**","argument_types":["gchar*", "gchar*", "gint"],"argument_annotations":[2, 2, 1]},
"g_strsplit_set":{"return":"gchar**","argument_types":["gchar*", "gchar*", "gint"],"argument_annotations":[2, 2, 1]},
"g_strfreev":{"return":"void","argument_types":["gchar**"],"argument_annotations":[2]},
"g_strjoinv":{"return":"gchar*","argument_types":["gchar*", "gchar*"],"argument_annotations":[2, 2]},
"g_strv_length":{"return":"guint","argument_types":["gchar**"],"argument_annotations":[2]},
"perror":{"return":"void","argument_types":["char*"],"argument_annotations":[2]}
}}