List of highways numbered 18B

The following highways are numbered 18B:

United States

  • County Route 18B (Otsego County, New York)
  • Nebraska Spur 18B
  • New York State Route 18B (former)
  • Oklahoma State Highway 18B
gollark: I need to be VERY SURE it is long.
gollark: `rand() * 0xFFFF`?
gollark: Hmm, I should set it to *not* use zero but instead, say, 4?
gollark: This may be one of the highest-performance `malloc` implementations available.
gollark: ```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.