Problem mit AVR-G ++ 13.3.0 CONT-CHAR-Array als Parameter in atmega4809 (40 Stifte)

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Problem mit AVR-G ++ 13.3.0 CONT-CHAR-Array als Parameter in atmega4809 (40 Stifte)

by Anonymous » 03 Mar 2025, 00:57

Der folgende Code funktioniert nicht in atmega4809 :

Code: Select all

#include 
#include 

void f(const char str[])
{
if (str[0] == 'a'){ //

Top