httpdirfs/src
Fufu Fang 65a9e7f908
half way writing sonic_LinkTable_new
- now need to write the parser
2019-10-22 00:42:46 +01:00
..
README.md more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
cache.h Fixed regression: LinkTable caching now works again. 2019-09-04 19:53:11 +01:00
fuse_local.c changed header inclusion order 2019-04-24 04:28:54 +01:00
fuse_local.h Tidied up some of the comments and formatting 2019-09-01 08:52:18 +01:00
link.c half way writing sonic_LinkTable_new 2019-10-22 00:42:46 +01:00
link.h half way writing sonic_LinkTable_new 2019-10-22 00:42:46 +01:00
main.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
network.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
network.h half way writing sonic_LinkTable_new 2019-10-22 00:42:46 +01:00
sonic.c half way writing sonic_LinkTable_new 2019-10-22 00:42:46 +01:00
sonic.h more changes to the subsonic module 2019-10-21 23:12:02 +01:00
util.c more changes to the subsonic module 2019-10-21 23:12:02 +01:00
util.h more changes to the subsonic module 2019-10-21 23:12:02 +01:00

README.md

Coding Convention

  • External variables: capital letters
  • Static global variables: lower case letters
  • Function names: TypeName_verb or verb_noun
  • Type names: camel case with the first letter capitalised, e.g. CamelCase