char SaSS;
char things_that_are_bad_for_privacy;
void main(){
SaSS =! things_that_are_bad_for_privacy;
}dont know of the =! operator but it compiles...
char SaSS;
char things_that_are_bad_for_privacy;
void main(){
SaSS =! things_that_are_bad_for_privacy;
}dont know of the =! operator but it compiles...