John Tudor (cyclist)
John Tudor (born 1953) is an Welsh male former track cyclist.[1]
Personal information | |
---|---|
Born | Port Talbot, Wales | 18 April 1953
Team information | |
Discipline | Track cycling |
Role | Rider |
Amateur team | |
1976-77 | Chequers Road |
Professional team | |
1982 | Boisage Argos |
Cycling career
Tudor became British champion when winning the British National Individual Sprint Championships in 1976.[2]
He represented Wales at both the 1974 British Commonwealth Games and the 1978 Commonwealth Games.[3]
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?
References
- "profile". Cycling Archives.
- ""Second sprint title for Welsh champion." Times, 9 Aug. 1976, p. 6". Times Digital Archives.
- "Games results". Commonwealth Games Federation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.