|
|
Quellcode-Bibliothek
© Kompilation durch diese Firma
[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]
Datei:
macros-c.html
Sprache: HTML
|
|
products/Sources/formale Sprachen/Isabelle/Tools/jEdit/dist/doc/users-guide/macros-c.html |
 |
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>C/C++ macros</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="jEdit 5.6 User's Guide"><link rel="up" href="macro-index.html" title="Appendix F. Macros Included With jEdit"><link rel="prev" href="macro-index.html" title="Appendix F. Macros Included With jEdit"><link rel="next" href="macros-clipboard.html" title="Clipboard Macros"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">C/C++ macros </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="macro-index.html">Prev</a> </td><th width="60%" align="center">Appendix F. Macros Included With jEdit</th><td width="20%" align="right"> <a accesskey="n" href="macros-clipboard.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="macros-c"></a>C/C++ macros </h2></div></div></div><p> These macros are useful for C/C++ programming. </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> <code class="filename">Include_Guard.bsh</code> </p><p> Inserts conditional preprocessor directives around a header
file, to prevent it from being included multiple times. </p><p>The name of the generated preprocessor macro is based on the
buffer's name. Toggle_Header_Source
Toggles between the header and the implementation file. Works for .c, .cxx, and .cpp extensions. | | |