Liste des Groupes | Revenir à l c |
On 30/11/2024 01:28, Keith Thompson wrote:
This project:It's obvious that :By itself? Sure. Within a large very busy source file, it'll get lost in the noise. Where is the start of each function? I don't want to analyse each line!
int foo(int);
is intended to be a function declaration,
A week ago somebody on reddit posted a link to a C project. The source code was unusual: it was 'clean' for a start, but also each function started with:
func ....
Presumably that was some empty macro; I don't recall.
But an amazing thing happened: if viewed within my editor, I could navigate between functions with PageUp and PageDown keys. That's never happened before with C.
Les messages affichés proviennent d'usenet.