Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 462 Bytes

CODING_NOTES.md

File metadata and controls

7 lines (4 loc) · 462 Bytes

Concord Coding Notes

This document describes the formatting rules followed by this library.

Functions

Public functions are prefixed by a [concord_] tag. Private functions with local scopes (static functions) are prefixed by a [_concord_] tag, and private functions which are made accessible by private headers, are prefixed by a capitalized [Concord_] tag. Functions that are redefined by macros, are prefixed by double underscores [__concord_].