diff options
author | rupak | 2019-08-20 15:42:15 +0530 |
---|---|---|
committer | rupak | 2019-08-20 15:42:15 +0530 |
commit | 22cfee9ea7d5556c44401054c0155511fed8f179 (patch) | |
tree | 7698b13c83c7d21083d67fea275614887289bcef /help/en_US/scilab_en_US_help/c_code.css | |
parent | 63625cd60cc045982b50743259e1851b1ea9b3c3 (diff) | |
download | fossee-scilab-octave-toolbox-22cfee9ea7d5556c44401054c0155511fed8f179.tar.gz fossee-scilab-octave-toolbox-22cfee9ea7d5556c44401054c0155511fed8f179.tar.bz2 fossee-scilab-octave-toolbox-22cfee9ea7d5556c44401054c0155511fed8f179.zip |
working code for single execution of function
Diffstat (limited to 'help/en_US/scilab_en_US_help/c_code.css')
-rw-r--r-- | help/en_US/scilab_en_US_help/c_code.css | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/help/en_US/scilab_en_US_help/c_code.css b/help/en_US/scilab_en_US_help/c_code.css deleted file mode 100644 index 948d2ee..0000000 --- a/help/en_US/scilab_en_US_help/c_code.css +++ /dev/null @@ -1,54 +0,0 @@ -.ccomment { - font-style: italic; - color: #b22222 -} - -.cdefault { - font-style: normal; - color: #000000 -} - -.copenclose { - font-style: normal; - color: #000000 -} - -.coperator { - font-style: normal; - color: #000000 -} - -.cstring { - font-style: normal; - color: #a6557a -} - -.ctype { - font-style: normal; - color: #55a655 -} - -.cpreprocessor { - font-style: normal; - color: #9965a6 -} - -.cid { - font-style: normal; - color: #000000 -} - -.ckeyword { - font-style: normal; - color: #ad3ff2 -} - -.cmodifier { - font-style: normal; - color: #ad3ff2 -} - -.cnumber { - font-style: normal; - color: #008b8b -} |