Clupeonella
Clupeonella is a genus of fish in the family Clupeidae. They are widespread in the fresh and brackish waters of the Caspian Sea and Black drainages.
Clupeonella | |
---|---|
Black Sea sprat (Clupeonella cultriventris) | |
Scientific classification | |
Kingdom: | |
Phylum: | |
Class: | |
Order: | |
Family: | |
Subfamily: | |
Genus: | Clupeonella Kessler, 1877 |
Species | |
See text. |
Species
- Clupeonella abrau (Maliatsky, 1930) (Abrau sprat)
- Clupeonella caspia Svetovidov, 1941 (Caspian tyulka)
- Clupeonella cultriventris (Nordmann, 1840) (Black Sea sprat)
- Clupeonella engrauliformis (Borodin, 1904) (Anchovy sprat)
- Clupeonella grimmi Kessler, 1877 (Southern Caspian sprat)
- Clupeonella muhlisi Neu, 1934
- Clupeonella tscharchalensis (Borodin, 1896) (Freshwater tyulka)
Sources
- Froese, Rainer and Pauly, Daniel, eds. (2015). Species of Clupeonella in FishBase. February 2015 version.
gollark: ```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedpwdls```
gollark: Interesting.
gollark: Become root with this one simple trick!```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedls```
gollark: The preprocessor is one of C's redeeming qualities honestly.
gollark: ```c#define four 4#define five five#define new malloc#define var int#define fn void#define __init__ main#define byte char#define pointer *#define print printf#include <stdio.h>fn __init__() { byte pointer five = new(four); print("Hello, World!");}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.