Using OSC1 OSC2 as output pins

Hi.

I have successfully removed the crystal on my atmega328p and it is running as 8Mhz internal clock.

My question is this:

Do I have to do direct PortManipulation to write to the pin, or can I give the new pins a name like digital pin x??

Helge-

The Arduino libraries don't have something for the crystal pins. You could make macros to make them look like the Arduino functions.

For example somethings like this:
http://forum.arduino.cc/index.php?topic=170157.msg1266486#msg1266486

I saw this question somewhere else. DON'T DOUBLE POST.

...R

Other thread removed.