aboutsummaryrefslogtreecommitdiff
path: root/examples.api/jim_command.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-06examples.api: drop last JIM_EMBEDDED definitionsAntonio Borneo1-1/+0
The macro JIM_EMBEDDED was required to be defined before including jim.h in applications that embed jimtcl. This requirement has been dropped in 2010 with commit 2d8564100c86 ("Documentation updates") but it's use has remained for longer and it even re-appeared later in the examples.api. Drop last instances of JIM_EMBEDDED. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2010-10-15Re-add some files lost from v0.51Steve Bennett1-0/+96
In particular the C examples (now in examples.api/) Signed-off-by: Steve Bennett <steveb@workware.net.au>