#ident Directive

This page was translated by a robot.

It is recommended #identNOT to use the directive, but instead use #pragma ident.

The #pragma identdirective is used to write a string constant into the .commentsection of the assembler file and ultimately into a special part of the object file. The #identdirective expects a string enclosed in double quotes "". It is ignored by most compilers.

#ident "asdf"