File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ typedef void (*my_fnp_type)(char *);
825
825
// Operators | Associativity //
826
826
//---------------------------------------------------//
827
827
// () [ ] -> . | left to right //
828
- // ! ~ ++ -- + = * (type) sizeof | right to left //
828
+ // ! ~ ++ -- + - * (type) sizeof | right to left //
829
829
// * / % | left to right //
830
830
// + - | left to right //
831
831
// << >> | left to right //
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ typedef void (*my_fnp_type)(char *);
745
745
// Operatoren | Assoziativität //
746
746
//-------------------------------------------------------//
747
747
// () [ ] -> . | linksassoziativ //
748
- // ! ~ ++ -- + = * (type)sizeof | rechtsassoziativ //
748
+ // ! ~ ++ -- + - * (type)sizeof | rechtsassoziativ //
749
749
// * / % | linksassoziativ //
750
750
// + - | linksassoziativ //
751
751
// << >> | linksassoziativ //
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ typedef void (*my_fnp_type)(char *);
739
739
// Operateurs | Associativité //
740
740
//--------------------------------------------------------//
741
741
// () [ ] -> . | de gauche à droite //
742
- // ! ~ ++ -- + = * (type)sizeof | de droite à gauche //
742
+ // ! ~ ++ -- + - * (type)sizeof | de droite à gauche //
743
743
// * / % | de gauche à droite //
744
744
// + - | de gauche à droite //
745
745
// << >> | de gauche à droite //
Original file line number Diff line number Diff line change @@ -809,7 +809,7 @@ typedef void (*my_fnp_type)(char *);
809
809
// 演算子 | 優先順位 //
810
810
//------------------------------------------------------//
811
811
// () [ ] -> . | 左から右 //
812
- // ! ~ ++ -- + = * (型) sizeof | 右から左 //
812
+ // ! ~ ++ -- + - * (型) sizeof | 右から左 //
813
813
// * % | 左から右 //
814
814
// + - | 左から右 //
815
815
// << >> | 左から右 //
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ typedef void (*minha_função_type)(char *);
613
613
// Operadores | Associatividade //
614
614
//-----------------------------------------------------------//
615
615
// () [ ] -> . | esquerda para direita //
616
- // ! ~ ++ -- + = * (type)sizeof | direita para esqureda //
616
+ // ! ~ ++ -- + - * (type)sizeof | direita para esqureda //
617
617
// * / % | esquerda para direita //
618
618
// + - | esquerda para direita //
619
619
// << >> | esquerda para direita //
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ typedef void (*my_fnp_type)(char *);
748
748
// Оператори | Асоціативність//
749
749
//---------------------------------------------------//
750
750
// () [ ] -> . | зліва направо //
751
- // ! ~ ++ -- + = * (type)sizeof | справа наліво //
751
+ // ! ~ ++ -- + - * (type)sizeof | справа наліво //
752
752
// * / % | зліва направо //
753
753
// + - | зліва направо //
754
754
// << >> | зліва направо //
Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ typedef void (*my_fnp_type)(char *);
586
586
// 操作符 | 组合 //
587
587
//---------------------------------------------------//
588
588
// () [ ] -> . | 从左到右 //
589
- // ! ~ ++ -- + = * (type)sizeof | 从右到左 //
589
+ // ! ~ ++ -- + - * (type)sizeof | 从右到左 //
590
590
// * / % | 从左到右 //
591
591
// + - | 从左到右 //
592
592
// << >> | 从左到右 //
You can’t perform that action at this time.
0 commit comments