summaryrefslogtreecommitdiff
path: root/examples/arc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
| | | | | | | | Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
* move (redundant) ifdef checks from source to build filesMike Frysinger2018-06-211-4/+0
| | | | | | We've been tracking program deps in the build files, so it ends up being redundant for a lot of our test/example programs. Clean them up, and update some of the cmake/automake files as needed.
* fix examples buildPierre Joye2013-04-041-0/+4
|
* - apply same CS everywherepierrejoye2013-04-031-1/+1
|
* fix -Wreturn-typetabe2013-02-111-0/+1
|
* fix -Wunused-variabletabe2013-02-111-4/+1
|
* - add arc examplepajoye2008-03-141-0/+29