Changeset 1e72d70 in rtems
- Timestamp:
- May 26, 1999, 6:07:37 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e968366
- Parents:
- b4b24f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/itron3.0/gen_section
rb4b24f4 r1e72d70 162 162 echo "@ifset is-C" 163 163 echo "@example" 164 echo "int ${routine}(" 164 proto=`grep "${routine} (" ../../itron_spec/itron3-6.txt | sed -e 's/ercd = //'` # | sed -e 's/ \\(/(/'` 165 166 echo `echo ${proto} | cut -d'(' -f1`"(" 167 echo ${proto} | cut -d'(' -f2 | sed -e 's/ .;//' 165 168 echo ");" 169 # echo "int ${routine}(" 170 # echo ");" 166 171 echo "@end example" 167 172 echo "@end ifset"
Note: See TracChangeset
for help on using the changeset viewer.