nextcloud-desktop/src/std
2008-08-12 15:43:02 +02:00
..
c_alloc.c Fix check for CSYNC_NOMEMORY env variable. 2008-07-29 15:43:18 +02:00
c_alloc.h Add a strndup function to c_stdlib. 2008-04-10 14:17:36 +02:00
c_dir.c Initial commit 2008-02-27 18:56:47 +01:00
c_dir.h Initial commit 2008-02-27 18:56:47 +01:00
c_file.c Change name of the buffersize so that they can't conflict. 2008-06-02 16:05:40 +02:00
c_file.h Change name of the buffersize so that they can't conflict. 2008-06-02 16:05:40 +02:00
c_jhash.h Make the first argument of the hash algorithm const. 2008-04-23 17:36:36 +02:00
c_lib.h Add c_list to standard lib header file. 2008-05-20 13:56:19 +02:00
c_list.c Static functions should all start with an underscore. 2008-06-02 15:11:45 +02:00
c_list.h Rename c_list_previous to c_list_prev. 2008-05-20 11:24:09 +02:00
c_macro.h Add missing include file. 2008-04-16 10:57:50 +02:00
c_path.c Cleanup and reformating of the dirname and basename function. 2008-08-12 15:43:02 +02:00
c_path.h Add a function to parse an uri in stdlib. 2008-08-12 15:37:02 +02:00
c_rbtree.c Static functions should all start with an underscore. 2008-06-02 15:11:45 +02:00
c_rbtree.h Add null pointer check to the c_rbtree_size function. 2008-04-28 12:19:01 +02:00
c_string.c Add a strreplace function to stdlib. 2008-06-16 12:12:06 +02:00
c_string.h Add a strreplace function to stdlib. 2008-06-16 12:12:06 +02:00
c_time.c Move the functions to diff the time to the stdlib. 2008-05-19 17:30:17 +02:00
c_time.h Move the functions to diff the time to the stdlib. 2008-05-19 17:30:17 +02:00
CMakeLists.txt Add doubly-linked list. 2008-05-19 18:09:39 +02:00