Longonjo

Longonjo is a town and municipality in the province of Huambo, Angola.[3] The municipality had a population of 92,103 in 2014.[1]

Longonjo
Municipality and town
Longonjo
Location in Angola
Coordinates: 12°54′24″S 15°11′11″E
Country Angola
ProvinceHuambo
Area
  Municipality and town941 sq mi (2,438 km2)
Population
 (2014 Census)[1]
  Municipality and town92,103
  Density98/sq mi (38/km2)
  Urban23,000
Time zoneUTC+1 (WAT)
ClimateCwb

Administrative divisions

The municipality is divided into four subdistricts or communes:

  • Longonjo: 60 villages, 529 square kilometres (204 sq mi)
  • Catabola: 36 villages, 501 square kilometres (193 sq mi)
  • Chilata: 57 villages, 887 square kilometres (342 sq mi)
  • Lepi: 57 villages 426 square kilometres (164 sq mi)
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
gollark: Hmm, I can't work out how to actually get the problematic memory address.

References

  1. "Resultados Definitivos Recenseamento Geral da População e Habitação – 2014 Província do Huambo" (PDF). Instituto Nacional de Estatística, República de Angola. Retrieved 3 May 2020.
  2. Citypopulation.de Population of cities & urban localities in Angola
  3. "City councils of Angola". Statoids. Retrieved April 9, 2009.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.