Some user-made C functions and their D equivalents
kdevel
kdevel at vogtner.de
Thu Jul 28 14:44:53 UTC 2022
On Thursday, 28 July 2022 at 13:58:24 UTC, pascal111 wrote:
[...]
>> Precisely in what way? I am not kidding. I am seriously asking
>> the question: In what way may a C or C++ compiler benefit from
>> lines between functions which contain only comments consisting
>> of nothing else than asterisks?
>
> Seriously and accurately, if you meant that, we don't know how
> developers of C compilers programmed their compilers, for
> example, maybe there's a secret way the developers programmed
> their compiler so that a special pattern of comments can have a
> particular meaning to the compilers. We don't know! maybe it's
> true.
Sure. What effect do YOU hope to causes or prevent by writing
```
/******************************************/
```
between all of your functions?
More information about the Digitalmars-d-learn
mailing list