On Tue, May 29, 2007 9:42 am, Cosovic, Marko said: > I have TinyOS 3.1.1 installed on WinXP Pro. > > I need the functions sprintf() and sscanf(), but if I try to "make" the > project then I get the Error message: > > > > implicit declaration of function `sprintf' >
This is a problem in your code. Missing braces, semicolons, or having data types in a parameter list can cause it. Missing includes can cause the compiler to intemperate variable names as implicit typing too. Try googling for "implicit declaration of function" there are hundreds of sites for the beginner that help you with it. -- The difference between the right word and the almost right word is really a large matter- it's the difference between a lightning bug and the lightning. -Twain _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
