Valerio Tebaldi
Valerio Tebaldi (born 2 July 1965) is a former Italian professional road bicycle racer. Tebaldi was born at Chiuduno. He won a stage in the 1988 Tour de France and in the 1989 Tour de France.
Personal information | |
---|---|
Full name | Valerio Tebaldi |
Born | Chiuduno, Italy | 2 July 1965
Team information | |
Current team | Retired |
Discipline | Road |
Role | Rider |
Major wins | |
2 stages Tour de France |
Major results
- 1988
- Tour de France:
- Winner stage 7
- 1989
- Tour de France:
- Winner stage 12
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.
gollark: Macron is just this plus macros.
External links
- Valerio Tebaldi at Cycling Archives
- Valerio Tebaldi – official Tour de France results (archive)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.