Next: , Previous: , Up: BPF-Dependent   [Contents][Index]


9.7.2 BPF Special Characters

The presence of a # or // anywhere on a line indicates the start of a comment that extends to the end of the line.

The presence of the /* sequence indicates the beginning of a block (multi-line) comment, whose contents span until the next */ sequence. It is not possible to nest block comments.

Statements and assembly directives are separated by newlines and ; characters.